/etc not /etc/postfix
This commit is contained in:
parent
052add617e
commit
6a5372a0c7
@ -15,7 +15,7 @@
|
|||||||
- name: Setup postfix configs
|
- name: Setup postfix configs
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ./configs/postfix
|
src: ./configs/postfix
|
||||||
dest: /etc/postfix
|
dest: /etc
|
||||||
mode: preserve
|
mode: preserve
|
||||||
- name: Restart postfix
|
- name: Restart postfix
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
Loading…
Reference in New Issue
Block a user