Files
ansible_proxmox_WOL/handlers/main.yml
T

8 lines
147 B
YAML
Raw Normal View History

2025-12-14 20:46:32 +01:00
---
- name: Reload systemd and restart WOL
ansible.builtin.systemd:
name: wol
daemon_reload: true
enabled: true
state: restarted