From ff955f6f1699894108e8c02a874a8d4004339bca Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 29 Aug 2023 14:38:38 +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 1ecf264..ef97565 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -109,6 +109,6 @@ - name: Unpack archive ansible.builtin.shell: 'tar -xzf /tmp/dockers-{{ ansible_date_time.date }}.tar.gz -C /' - become: yes + become: true when: inventory_hostname in groups['raspberry'] \ No newline at end of file