fix lineinfile
This commit is contained in:
parent
f4c9228a00
commit
151139e26d
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/postfix/blacklist
|
path: /etc/postfix/blacklist
|
||||||
line: "{{ item }} REJECT Blacklisted"
|
line: "{{ item }} REJECT Blacklisted"
|
||||||
match: "^{{ item }} "
|
regexp: "^{{ item }} "
|
||||||
backup: true
|
backup: true
|
||||||
create: true
|
create: true
|
||||||
loop: "{{ postfix_blacklist }}"
|
loop: "{{ postfix_blacklist }}"
|
||||||
|
|
Loading…
Reference in a new issue