infrastructure/ansible/roles/nebula/handlers/main.yml
Jake Howard e8d4244946
Restart nebula, rather than reloading it
Reloading doesn't actually work it seems
2022-01-21 21:52:48 +00:00

6 lines
87 B
YAML

- name: restart nebula
service:
name: nebula
state: restarted
become: true