From c321ddc8f2eb742adc3c2634c92c2a36efcb8fee Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 29 Aug 2023 14:19:58 +0200 Subject: [PATCH] upt playbook --- playbooks/sync_mailu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 90b47dc..9ae442f 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -105,7 +105,7 @@ when: inventory_hostname in groups['nas'] - name: Unpack archive - ansible.builtin.shell: 'tar -xzvf /tmp/{{ ansible_date_time.date }}.tar.gz -C /' + ansible.builtin.shell: 'tar -xzvf /tmp/dockers-{{ ansible_date_time.date }}.tar.gz -C /' become: yes when: inventory_hostname in groups['nas'] \ No newline at end of file