Browse Source

set to 3 digit version number (#1817)

pull/1823/head
Tennis Smith 7 years ago
committed by Matthew Mosesohn
parent
commit
54320c5b09
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/verify-settings.yml

2
roles/kubernetes/preinstall/tasks/verify-settings.yml

@ -2,7 +2,7 @@
- name: Stop if ansible version is too low
assert:
that:
- ansible_version.full|version_compare('2.3.0.0', '>=')
- ansible_version.full|version_compare('2.3.0', '>=')
run_once: yes
- name: Stop if non systemd OS type

Loading…
Cancel
Save