summaryrefslogtreecommitdiff
path: root/roles/wgnet/handlers/main.yml
blob: 214b6db79785e240e7726a3022b7264756e857c1 (plain) (blame)
1
2
3
4
5
6
# There is no iptables rules in wgnet config, so just reload wireguard config
# is enough.
- name: Reload wgnet
  ansible.builtin.service:
    name: wg-quick@wg0
    state: reloaded