7 lines
144 B
YAML
7 lines
144 B
YAML
|
---
|
||
|
- name: restart fastd intragate instances
|
||
|
systemd:
|
||
|
name: "fastd@{{ item.key }}igVPN"
|
||
|
state: restarted
|
||
|
with_dict: "{{ meshes }}"
|