Files
infra/ansible/roles/webserver/handlers/main.yaml
shockrah 5fdb2f0e18
Some checks failed
Wiki Resources Sanity Checks / ruff-checks (push) Failing after 1s
Setting up playbook, for updating system packages
2026-05-18 23:30:48 -07:00

7 lines
136 B
YAML

- name: Reboot Host
become: true
tags:
- reboot
ansible.builtin.reboot:
msg: "Reboot initiated as a part of housekeeping"