7 lines
137 B
YAML
7 lines
137 B
YAML
|
---
|
||
|
- name: restart fastd mesh instances
|
||
|
systemd:
|
||
|
name: "fastd@{{ item.key }}VPN"
|
||
|
state: restarted
|
||
|
with_dict: "{{ meshes }}"
|