ansible/roles/wireguard/handlers/main.yml
2026-03-30 15:19:20 +02:00

5 lines
85 B
YAML

---
- name: restart wireguard
systemd:
name: wg-quick@wg0
state: restarted