mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
eef4fbcd83
commit
ff955f6f16
@ -109,6 +109,6 @@
|
|||||||
|
|
||||||
- name: Unpack archive
|
- name: Unpack archive
|
||||||
ansible.builtin.shell: 'tar -xzf /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
|
become: true
|
||||||
when: inventory_hostname in groups['raspberry']
|
when: inventory_hostname in groups['raspberry']
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user