Fix path and create dir if not exists
This commit is contained in:
parent
9c6b7d7afb
commit
9093c23bed
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
- name: "Postfix | Copy systemd override"
|
||||
ansible.builtin.copy:
|
||||
src: systemd/override.conf
|
||||
dest: /etc/systemd/postfix@-.service.d/override.conf
|
||||
dest: /etc/systemd/system/postfix@-.service.d/
|
||||
mode: "0644"
|
||||
notify:
|
||||
- Reload systemd
|
||||
|
|
Loading…
Reference in a new issue