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

17 lines
272 B
YAML

---
# handlers file for common
- name: gather facts
ansible.builtin.setup:
become: no
- name: reload network manager
ansible.builtin.service:
name: NetworkManager
state: reloaded
- name: reboot
ansible.builtin.reboot:
when:
- common_reboot | bool