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