Update other commands to use new CLI format

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:30 -04:00
parent d3391aa080
commit f79d1da5be
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
# {{ ansible_managed }}
echo
pvc -q status -f short
pvc -q cluster status -f short
echo
pvc -q node list

View File

@ -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:

View File

@ -4,4 +4,4 @@
# {{ ansible_managed }}
echo "<<<pvc>>>"
pvc status --format json
pvc cluster status --format json