6 lines
221 B
YAML
6 lines
221 B
YAML
- name: reboot the system
|
|
ansible.builtin.import_role:
|
|
role: reboot
|
|
vars:
|
|
# Simply don't reboot on local connections and rely on proper handling of /var/run/reboot-required.
|
|
reboot__local_handling: ignore
|