blob: dfc1cb2c33f1dfbc59a6fcb69ef32762133242e2 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Use restart instead of reload, because reload uses `wg syncconf` under the
# hood, which only updates config, but do not run `PostUp` and `PostDown`
# hooks.
- name: Restart wgtor
ansible.builtin.service:
name: wg-quick@wgtor0
state: restarted
|