Role service-fastd-mesh: fix typo in handler
This commit is contained in:
parent
37ef87bea9
commit
c56dc3504c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: restart fastd mesh instances
|
- name: restart fastd mesh instances
|
||||||
systemd:
|
systemd:
|
||||||
name: "fastd@{{ item.0.id }}VPN{{ item.1.mtu }}"
|
name: "fastd@{{ item.0.id }}VPN-{{ item.1.mtu }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- "{{ meshes }}"
|
- "{{ meshes }}"
|
||||||
|
|
Loading…
Reference in a new issue