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
|
- name: restart nebula
|
||||||
service:
|
service:
|
||||||
name: nebula
|
name: nebula
|
||||||
state: reloaded
|
state: restarted
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue