Remove debug task for skip_reboot value from maintenance tasks

This commit is contained in:
ilia 2025-08-27 11:28:54 -04:00
parent f67906d113
commit bafd03fbbc

View File

@ -15,10 +15,6 @@
apt: apt:
autoclean: yes autoclean: yes
- name: Show skip_reboot value
debug:
var: skip_reboot
- name: Reboot if tasks changed things - name: Reboot if tasks changed things
reboot: reboot:
msg: "Reboot triggered by Ansible after system changes." msg: "Reboot triggered by Ansible after system changes."