mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
upt playbook
This commit is contained in:
@ -132,10 +132,10 @@
|
|||||||
owner: admin
|
owner: admin
|
||||||
group: administrators
|
group: administrators
|
||||||
recurse: yes
|
recurse: yes
|
||||||
become: yes
|
become: true
|
||||||
when: inventory_hostname in groups['raspberry']
|
when: inventory_hostname in groups['raspberry']
|
||||||
- name: Extract
|
- name: Extract
|
||||||
become: yes
|
become: true
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: /tmp/{{ arch_name }}-{{ ansible_date_time.date }}.tar.gz
|
src: /tmp/{{ arch_name }}-{{ ansible_date_time.date }}.tar.gz
|
||||||
dest: /
|
dest: /
|
||||||
@ -149,5 +149,5 @@
|
|||||||
owner: admin
|
owner: admin
|
||||||
group: administrators
|
group: administrators
|
||||||
recurse: yes
|
recurse: yes
|
||||||
become: yes
|
become: true
|
||||||
when: inventory_hostname in groups['raspberry']
|
when: inventory_hostname in groups['raspberry']
|
Reference in New Issue
Block a user