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
|
state: started
|
||||||
|
|
||||||
- name: Ensure blacklist is present
|
- name: Ensure blacklist is present
|
||||||
file_line:
|
lineinfile:
|
||||||
path: /etc/postfix/blacklist
|
path: /etc/postfix/blacklist
|
||||||
line: "{{ item }} REJECT Blacklisted"
|
line: "{{ item }} REJECT Blacklisted"
|
||||||
match: "^{{ item }} "
|
match: "^{{ item }} "
|
||||||
|
|
Loading…
Reference in a new issue