Fixes and Typos
This commit is contained in:
parent
8df0ffd7e2
commit
ad563c8881
7 changed files with 9 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue