ansible-infra/roles/apt_update_and_upgrade/handlers/main.yaml
June 77916b47be
Some checks failed
/ Ansible Lint (push) Failing after 3m52s
/ Ansible Lint (pull_request) Failing after 2m45s
fixup
2025-07-01 03:59:34 +02:00

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