Files
role-network-manager/handlers/main.yml

13 lines
247 B
YAML

---
# handlers file for network-manager
- name: Restart NetworkManager
systemd:
name: NetworkManager
state: restarted
- name: Reboot the system
reboot:
reboot_timeout: 180
async: 0
poll: 0
listen: "Notify the reboot handler"