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:
|
||||
msg: "Reboot initiated by Ansible"
|
||||
reboot_timeout: 120
|
||||
changed_when: false
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
- name: "clean cache - debian"
|
||||
ansible.builtin.apt:
|
||||
clean: true
|
||||
changed_when: false
|
||||
|
||||
|
||||
# install updates - rhel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue