We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318d9b commit bc2383bCopy full SHA for bc2383b
ansible/odf_fix_dataimportcrons.yml
@@ -20,7 +20,7 @@
20
21
- name: Exit if normal version check is not right
22
ansible.builtin.meta: end_play
23
- when: cluster_version not in [ '4.16', 'UNSET' ]
+ when: cluster_version not in [ '4.17', '4.16', 'UNSET' ]
24
25
- name: Find default storageclass
26
ansible.builtin.shell: |
0 commit comments