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
fd1776eb1c
commit
8aa234ba58
@ -132,10 +132,10 @@
|
||||
owner: admin
|
||||
group: administrators
|
||||
recurse: yes
|
||||
become: yes
|
||||
become: true
|
||||
when: inventory_hostname in groups['raspberry']
|
||||
- name: Extract
|
||||
become: yes
|
||||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
src: /tmp/{{ arch_name }}-{{ ansible_date_time.date }}.tar.gz
|
||||
dest: /
|
||||
@ -149,5 +149,5 @@
|
||||
owner: admin
|
||||
group: administrators
|
||||
recurse: yes
|
||||
become: yes
|
||||
become: true
|
||||
when: inventory_hostname in groups['raspberry']
|
Loading…
x
Reference in New Issue
Block a user