xoxys.wireguard/handlers/main.yml

11 lines
216 B
YAML
Raw Normal View History

2022-10-11 07:32:13 +00:00
---
- name: Restart WireGuard
service:
name: "wg-quick@{{ wireguard_interface }}"
daemon_reload: True
enabled: True
state: restarted
listen: __wireguard_restart
become: True
become_user: root