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
|
||||
systemd:
|
||||
name: "fastd@{{ item.0.id }}VPN{{ item.1.mtu }}"
|
||||
name: "fastd@{{ item.0.id }}VPN-{{ item.1.mtu }}"
|
||||
state: restarted
|
||||
with_subelements:
|
||||
- "{{ meshes }}"
|
||||
|
|
Loading…
Reference in a new issue