Deploy headscale
This commit is contained in:
6
ansible/roles/headscale/handlers/main.yml
Normal file
6
ansible/roles/headscale/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: restart headscale
|
||||
service:
|
||||
name: headscale
|
||||
state: restarted
|
||||
enabled: true
|
||||
become: true
|
Reference in New Issue
Block a user