Move variables to 1 place
Much easier to manage
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
- name: Enable wireguard
|
||||
service:
|
||||
name: wg-quick@wg0
|
||||
state: reloaded
|
||||
state: restarted
|
||||
enabled: true
|
||||
when: wireguard_conf.changed
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user