feat: make reboots and cache cleaning look good

This commit is contained in:
Simon Cornet 2025-10-23 10:32:40 +02:00
commit 2733600201
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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