fix lineinfile

This commit is contained in:
Antonio J. Delgado 2023-05-07 20:09:54 +03:00
parent f4c9228a00
commit 151139e26d

View file

@ -256,7 +256,7 @@
lineinfile:
path: /etc/postfix/blacklist
line: "{{ item }} REJECT Blacklisted"
match: "^{{ item }} "
regexp: "^{{ item }} "
backup: true
create: true
loop: "{{ postfix_blacklist }}"