Skip to content
Snippets Groups Projects
Commit aef1bbcd authored by jurgenhaas's avatar jurgenhaas
Browse files

#98 Push minimum version to 2.10.3 in validate playbook

parent d3a2b362
No related branches found
No related tags found
No related merge requests found
Pipeline #30136 passed
......@@ -15,8 +15,8 @@
run_once: yes
delegate_to: localhost
debug:
msg: You need at least version 2.5.0, currently using version {{ ansible_version.full }}
failed_when: ansible_version.full is version_compare('2.5.0', operator='lt', strict=False)
msg: You need at least version 2.10.3, currently using version {{ ansible_version.full }}
failed_when: ansible_version.full is version_compare('2.10.3', operator='lt', strict=False)
- name: Read current date and time
setup:
filter: ansible_date_time
......
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