Use new init command location
Command was renamed in the PVC CLI to facilitate other "task" actions like backup/restore.
This commit is contained in:
parent
3c0c3e8e56
commit
cb96ef4e7a
|
@ -16,7 +16,7 @@
|
|||
seconds: 5
|
||||
|
||||
- name: initialize a fresh PVC cluster
|
||||
command: pvc -c local init -y
|
||||
command: pvc -c local task init -y
|
||||
|
||||
- name: stop the API daemon
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue