Skip to content
Snippets Groups Projects
Verified Commit 06a8a2c3 authored by Varac's avatar Varac
Browse files

Verify ansible 2.8 is used

parent 4a5a576e
Loading
......@@ -6,10 +6,9 @@
- name: Require minimal ansible version
assert:
that:
- "ansible_version.full is version_compare('2.7', '>=')"
- "ansible_version.full is version_compare('2.8', '<')"
- "ansible_version.full is version_compare('2.8', '>=')"
msg: >
"Please use Ansible 2.7.x to bootstrap your OAS cluster."
"Please use Ansible 2.8.x 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