7 lines
144 B
YAML
7 lines
144 B
YAML
---
|
|
- name: restart wg-quick
|
|
systemd:
|
|
name: "wg-quick@{{ item }}"
|
|
state: restarted
|
|
loop: "{{ wireguard_interfaces.keys() | list }}"
|