ansible/playbooks/sync_mailu2.yaml

11 lines
304 B
YAML
Raw Normal View History

2023-08-29 15:21:46 +02:00
- hosts: containers
name: Stop mailu
ignore_unreachable: false
tasks:
- name: Extract
2023-08-30 09:59:57 +02:00
become: true
2023-08-29 15:21:46 +02:00
ansible.builtin.unarchive:
src: /tmp/dockers-{{ ansible_date_time.date }}.tar.gz
dest: /
remote_src: yes
when: inventory_hostname in groups['raspberry']