Add platform-agnostic installation of nebula
This commit is contained in:
5
ansible/roles/nebula/handlers/main.yml
Normal file
5
ansible/roles/nebula/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: restart nebula
|
||||
service:
|
||||
name: nebula
|
||||
state: reloaded
|
||||
become: true
|
Reference in New Issue
Block a user