This commit is contained in:
2022-03-11 22:02:17 +13:00
parent 1b302d2bec
commit e7f291d124
3 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
block:
- name: postfix | Apply postfix configuration
lineinfile:
dest: "{{item.dest}}"
regexp: "{{item.regexp}}"
line: "{{item.line}}"
dest: "{{ item.dest }}"
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
insertafter: EOF
notify: Restart Postfix
when: "'SMTP0' not in inventory_hostname"