diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 6de437d..1ecf264 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -108,7 +108,7 @@ when: inventory_hostname in groups['nas'] - name: Unpack archive - ansible.builtin.shell: 'tar -xzvf /tmp/dockers-{{ ansible_date_time.date }}.tar.gz -C /' + ansible.builtin.shell: 'tar -xzf /tmp/dockers-{{ ansible_date_time.date }}.tar.gz -C /' become: yes when: inventory_hostname in groups['raspberry'] \ No newline at end of file