infrastructure/ansible/roles/headscale/handlers/main.yml
Jake Howard 2ceeaf091d
Some checks failed
/ terraform (push) Failing after 11m20s
/ ansible (push) Failing after 11m6s
Deploy headscale
2024-01-27 14:18:37 +00:00

7 lines
111 B
YAML

- name: restart headscale
service:
name: headscale
state: restarted
enabled: true
become: true