Fixes and Typos

This commit is contained in:
phil 2023-04-19 12:56:49 +02:00
parent 8df0ffd7e2
commit ad563c8881
7 changed files with 9 additions and 7 deletions

View file

@ -5,6 +5,7 @@
dest: /etc/postfix/main.cf
mode: "0644"
notify: reload postfix
tags: maincf
- name: "Postfix | Copy master.cf"
ansible.builtin.template:
@ -12,6 +13,7 @@
dest: /etc/postfix/master.cf
mode: "0644"
notify: restart postfix
tags: mastercf
- name: "Postfix | Create configuration directory"
ansible.builtin.file: