Update other commands to use new CLI format

This commit is contained in:
Joshua Boniface 2023-08-17 10:43:05 -04:00
parent e1d081a417
commit bb4185af26
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