Some checks failed
Wiki Resources Sanity Checks / ruff-checks (push) Failing after 1s
7 lines
136 B
YAML
7 lines
136 B
YAML
- name: Reboot Host
|
|
become: true
|
|
tags:
|
|
- reboot
|
|
ansible.builtin.reboot:
|
|
msg: "Reboot initiated as a part of housekeeping"
|