commit
7abd4eeafd
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@
|
||||||
run_once: yes
|
run_once: yes
|
||||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||||
|
|
||||||
|
- name: "Check that calico version is enough for upgrade"
|
||||||
- name: "Check that calico version is enought for upgrade"
|
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- calico_version_on_server.stdout is version('v2.6.5', '>=')
|
- calico_version_on_server.stdout is version('v2.6.5', '>=')
|
||||||
|
|
Loading…
Reference in a new issue