ansible.fftdf.supernode/roles/21-install-wireguard/handlers/main.yml

5 lines
108 B
YAML
Raw Normal View History

2022-05-09 10:16:09 +00:00
---
2023-04-16 15:35:22 +00:00
- name: reconfigure wireguard
2022-05-09 10:16:09 +00:00
ansible.builtin.service:
name: "wg-quick@vpn01"
2023-04-16 15:35:22 +00:00
state: restarted