Skip to content
Snippets Groups Projects
Commit 7a003713 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'allow_ansible_2.7' into 'master'

Allow ansible >=2.7

See merge request openappstack/bootstrap!119
parents 01a6ea30 f742eb96
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
- name: Require minimal ansible version
assert:
that:
- "ansible_version.full is version_compare('2.8', '>=')"
- "ansible_version.full is version_compare('2.7', '>=')"
msg: >
"Please use Ansible 2.8.x to bootstrap your OAS cluster."
"Please use Ansible 2.7 or higher to bootstrap your OAS cluster."
- name: Release name must start with lower case
assert:
......
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