Role service-fastd-mesh: fix typo in handler

This commit is contained in:
Tobias Hachmer 2017-10-08 10:51:04 +02:00
parent 37ef87bea9
commit c56dc3504c

View file

@ -1,7 +1,7 @@
---
- name: restart fastd mesh instances
systemd:
name: "fastd@{{ item.0.id }}VPN{{ item.1.mtu }}"
name: "fastd@{{ item.0.id }}VPN-{{ item.1.mtu }}"
state: restarted
with_subelements:
- "{{ meshes }}"