Skip to content

Commit bc2383b

Browse files
author
Martin Jackson
committed
Allow dataimportcron cleanup to run in 4.17 too
1 parent 1318d9b commit bc2383b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/odf_fix_dataimportcrons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
- name: Exit if normal version check is not right
2222
ansible.builtin.meta: end_play
23-
when: cluster_version not in [ '4.16', 'UNSET' ]
23+
when: cluster_version not in [ '4.17', '4.16', 'UNSET' ]
2424

2525
- name: Find default storageclass
2626
ansible.builtin.shell: |

0 commit comments

Comments
 (0)