set to 3 digit version number (#1817)

This commit is contained in:
Tennis Smith 2017-10-17 05:14:29 -05:00 committed by Matthew Mosesohn
parent 291b71ea3b
commit 54320c5b09

View file

@ -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