pull/3578/head
Louis 2018-10-24 11:39:15 +08:00
parent 7e84de2ae1
commit 93104d9224
1 changed files with 1 additions and 2 deletions

View File

@ -142,8 +142,7 @@
run_once: yes
delegate_to: "{{ groups['kube-master'][0] }}"
- name: "Check that calico version is enought for upgrade"
- name: "Check that calico version is enough for upgrade"
assert:
that:
- calico_version_on_server.stdout is version('v2.6.5', '>=')