Setting up playbook, for updating system packages
Some checks failed
Wiki Resources Sanity Checks / ruff-checks (push) Failing after 1s

This commit is contained in:
2026-05-18 23:30:48 -07:00
parent 771596968a
commit 5fdb2f0e18
6 changed files with 31 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
- name: Restart host to apply any changes and clear out uptime stuff
- name: Reboot Host
become: true
tags:
- reboot
ansible.builtin.reboot:
msg: "Reboot initiated as a part of housekeeping"

View File

@@ -6,3 +6,9 @@
autoclean: true
autoremove: true
upgrade: safe
- name: Notify the reboot
tags:
- reboot
ansible.builtin.debug:
msg: "Restarting the host itself"
notify: Reboot Host