Restart nebula, rather than reloading it
Reloading doesn't actually work it seems
This commit is contained in:
parent
af396a21cb
commit
e8d4244946
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: restart nebula
|
||||
service:
|
||||
name: nebula
|
||||
state: reloaded
|
||||
state: restarted
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue