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
4df160d1bd
commit
1007a2fe60
@ -1,11 +1,10 @@
|
|||||||
- hosts: containers
|
- hosts: containers
|
||||||
name: Stop mailu
|
name: Stop mailu
|
||||||
ignore_unreachable: false
|
ignore_unreachable: false
|
||||||
become: yes
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Extract
|
- name: Extract
|
||||||
become: yes
|
become: true
|
||||||
become_user: root
|
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: /tmp/dockers-{{ ansible_date_time.date }}.tar.gz
|
src: /tmp/dockers-{{ ansible_date_time.date }}.tar.gz
|
||||||
dest: /
|
dest: /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user