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 }} # {{ 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

View File

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

View File

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