63ca114c95
- migrate dictionary `ipv6` into two simple lists - migrate dictionary `forward_zones` into a list
6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
- name: restart fastd intragate instances
|
|
systemd:
|
|
name: "fastd@{{ item.id }}igVPN"
|
|
state: restarted
|
|
with_dict: "{{ meshes }}"
|