ansible-development-environ.../roles/update/handlers/main.yml

9 lines
145 B
YAML

---
# handlers file for update
- name: reboot
ansible.builtin.reboot:
when:
- update_reboot | bool
- ansible_connection != "docker"