fix lineinfile

This commit is contained in:
Antonio J. Delgado 2023-05-07 20:06:37 +03:00
parent daf2e31b46
commit f4c9228a00

View file

@ -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 }} "