computer-playbook/roles/application-wireguard/handlers/main.yml

7 lines
131 B
YAML
Raw Normal View History

2023-04-11 21:21:06 +02:00
- name: "restart wireguard"
systemd:
name: wg-quick@wg0.service
state: restarted
enabled: yes
daemon_reload: yes