Skip to content
Snippets Groups Projects
Commit 54320c5b authored by Tennis Smith's avatar Tennis Smith Committed by Matthew Mosesohn
Browse files

set to 3 digit version number (#1817)

parent 291b71ea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment