Skip to content

Commit 716632a

Browse files
committed
fix: Drop not needed message
1 parent f495dce commit 716632a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

infrastructure/server-setup/tasks/all/checks-k8s.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
target_major: "{{ k8s_target_version.split('.')[0] }}"
3434
target_minor: "{{ k8s_target_version.split('.')[1] }}"
3535

36-
# Do we need to fail?
37-
- name: Check if versions are identical
38-
ansible.builtin.fail:
39-
msg: "Current version {{ current_k8s_version }} is already at target version {{ k8s_target_version }}"
40-
when: current_k8s_version == k8s_target_version
41-
4236
- name: Check if downgrade attempt
4337
ansible.builtin.fail:
4438
msg: |

0 commit comments

Comments
 (0)