Use correct syntax for init command
This commit is contained in:
parent
92ccc0a737
commit
12d50cfca6
|
@ -16,7 +16,7 @@
|
|||
seconds: 5
|
||||
|
||||
- name: initialize a fresh PVC cluster
|
||||
command: pvc -c local init
|
||||
command: pvc -c local init -y
|
||||
|
||||
- name: stop the API daemon
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue