feat: make reboots and cache cleaning look good
This commit is contained in:
parent
7e3d87483c
commit
2733600201
2 changed files with 2 additions and 0 deletions
|
|
@ -8,3 +8,4 @@
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
msg: "Reboot initiated by Ansible"
|
msg: "Reboot initiated by Ansible"
|
||||||
reboot_timeout: 120
|
reboot_timeout: 120
|
||||||
|
changed_when: false
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
- name: "clean cache - debian"
|
- name: "clean cache - debian"
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
clean: true
|
clean: true
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
|
|
||||||
# install updates - rhel
|
# install updates - rhel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue