---
- name: reload systemd
systemd:
daemon_reload: yes
- name: restart respondd
name: "respondd-{{ item.id }}"
state: restarted
loop: "{{ meshes }}"