ansible-ffibk/roles/service-fastd-mesh/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

7 lines
136 B
YAML

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