ansible/playbooks/sync_mailu2.yaml

12 lines
301 B
YAML
Raw Normal View History

2023-08-29 15:21:46 +02:00
- hosts: containers
name: Stop mailu
ignore_unreachable: false
tasks:
2023-10-23 11:29:07 +02:00
- name: fix permissions
file:
path: /share/docker_data/mailu2/
owner: admin
group: administrators
recurse: yes
2023-08-30 09:59:57 +02:00
become: true
2023-08-29 15:21:46 +02:00
when: inventory_hostname in groups['raspberry']