fix: wrong permissions

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent be3b61e8e4
commit 0079281cf7

View File

@@ -12,7 +12,7 @@
ansible.builtin.copy:
src: ./files/mailman.cfg
dest: /etc/mailman3/mailman.cfg
mode: 0644
mode: 0640
notify: Restart mailman3
- name: Start mailman3 service