Merge pull request #3578 from LinuxGit/Louis/fix-typo

fix typo
This commit is contained in:
Rong Zhang 2018-10-24 13:45:31 +08:00 committed by GitHub
commit 7abd4eeafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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', '>=')