summaryrefslogtreecommitdiff
path: root/roles/vpn/handlers/main.yml
blob: 4333c5f45d8158a7bad0357b15efb24583f9682c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: restart headscale service
  service:
    name: headscale
    state: restarted
    enabled: true
    daemon-reload: true
  listen: 'restart headscale'

- name: reload headscale
  service:
    name: headscale
    state: reloaded
  listen: 'reload headscale'