5 lines
164 B
YAML
5 lines
164 B
YAML
- name: Restart host to apply any changes and clear out uptime stuff
|
|
become: true
|
|
ansible.builtin.reboot:
|
|
msg: "Reboot initiated as a part of housekeeping"
|