Tweak wireguard role to ensure the bare-metal tasks can be skipped
This commit is contained in:
parent
d5b81cb75e
commit
8fc7870c76
|
@ -129,3 +129,5 @@
|
||||||
name: "wg-quick@{{ wireguard_interface }}"
|
name: "wg-quick@{{ wireguard_interface }}"
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
tags:
|
||||||
|
- bare-metal
|
||||||
|
|
Reference in a new issue