ansible/roles/wireguard/handlers/main.yaml

7 lines
144 B
YAML
Raw Normal View History

2022-08-30 12:51:47 +00:00
---
- name: restart wg-quick
systemd:
name: "wg-quick@{{ item }}"
state: restarted
loop: "{{ wireguard_interfaces.keys() | list }}"