ansible-ffibk/roles/service-fastd-intragate/handlers/main.yml
Tobias Hachmer 63ca114c95 Migrate nested dictionary meshes into a list of dictionaries
- migrate dictionary `ipv6` into two simple lists
 - migrate dictionary `forward_zones` into a list
2017-10-06 22:58:00 +02:00

6 lines
143 B
YAML

---
- name: restart fastd intragate instances
systemd:
name: "fastd@{{ item.id }}igVPN"
state: restarted
with_dict: "{{ meshes }}"