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