Update other commands to use new CLI format
This commit is contained in:
parent
d3391aa080
commit
f79d1da5be
|
@ -4,6 +4,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
echo
|
||||
pvc -q status -f short
|
||||
pvc -q cluster status -f short
|
||||
echo
|
||||
pvc -q node list
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
seconds: 5
|
||||
|
||||
- name: initialize a fresh PVC cluster
|
||||
command: pvc -c local task init -y
|
||||
command: pvc -c local cluster init -y
|
||||
|
||||
- name: wait 5s for cluster to stabilize
|
||||
pause:
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
echo "<<<pvc>>>"
|
||||
pvc status --format json
|
||||
pvc cluster status --format json
|
||||
|
|
Loading…
Reference in New Issue