upt playbook

This commit is contained in:
jaydee 2023-08-29 14:36:31 +02:00
parent 1206f7f1fb
commit eef4fbcd83

View File

@ -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']