Fixup tag bug in wireguard ansible role
This commit is contained in:
parent
c19b93f621
commit
b8ca590c22
|
@ -160,6 +160,6 @@
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: restarted
|
state: restarted
|
||||||
when: not wireguard_containerized
|
when: not wireguard_containerized
|
||||||
tags:
|
tags:
|
||||||
- wg-config
|
- wg-config
|
||||||
|
|
Loading…
Reference in a new issue