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:
|
||||
path: /etc/postfix/blacklist
|
||||
line: "{{ item }} REJECT Blacklisted"
|
||||
match: "^{{ item }} "
|
||||
regexp: "^{{ item }} "
|
||||
backup: true
|
||||
create: true
|
||||
loop: "{{ postfix_blacklist }}"
|
||||
|
|
Loading…
Reference in a new issue