Update minimum PVC version

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:30 -04:00
parent 6da9956811
commit b88b79fa30
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
become_user: root become_user: root
gather_facts: yes gather_facts: yes
vars: vars:
minimum_pvc_version: 0.9.68 minimum_pvc_version: 0.9.69
tasks: tasks:
- name: check that cluster is on the minimum PVC version or newer - name: check that cluster is on the minimum PVC version or newer
shell: "dpkg --compare-versions $(pvc --quiet cluster status -f json | jq '.pvc_version' | tr -d '\"') ge {{ minimum_pvc_version }}" shell: "dpkg --compare-versions $(pvc --quiet cluster status -f json | jq '.pvc_version' | tr -d '\"') ge {{ minimum_pvc_version }}"