diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 0812899..e289141 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -135,4 +135,10 @@ remote_src: yes owner: admin group: administrators - when: inventory_hostname in groups['raspberry'] \ No newline at end of file + when: inventory_hostname in groups['raspberry'] + - name: fix permissions + file: + path: /share/docker_data/mailu2/ + owner: admin + group: administrators + recurse: yes \ No newline at end of file