From 7a0e1153a7f577733e41e44c2bb36aef614142d8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 29 Aug 2023 15:11:59 +0200 Subject: [PATCH] upt playbook --- playbooks/sync_mailu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 69848b2..2621596 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -114,4 +114,5 @@ ansible.builtin.unarchive: src: /tmp/dockers-{{ ansible_date_time.date }}.tar.gz dest: / + remote_src: yes when: inventory_hostname in groups['raspberry'] \ No newline at end of file