Fix path and create dir if not exists

This commit is contained in:
phil 2023-11-03 22:45:24 +01:00
parent 9c6b7d7afb
commit 9093c23bed

View file

@ -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