fix lineinfile
This commit is contained in:
parent
daf2e31b46
commit
f4c9228a00
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@
|
|||
state: started
|
||||
|
||||
- name: Ensure blacklist is present
|
||||
file_line:
|
||||
lineinfile:
|
||||
path: /etc/postfix/blacklist
|
||||
line: "{{ item }} REJECT Blacklisted"
|
||||
match: "^{{ item }} "
|
||||
|
|
Loading…
Reference in a new issue