Reload wireguard rather than restarting
Hopefully this stops it dropping connections
This commit is contained in:
parent
5027e77534
commit
253453ba16
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
- name: Enable wireguard
|
||||
service:
|
||||
name: wg-quick@wg0
|
||||
state: restarted
|
||||
state: reloaded
|
||||
enabled: true
|
||||
when: wireguard_conf.changed
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue