4 lines
163 B
YAML
4 lines
163 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" |