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