mirror of https://github.com/ceph/ceph-ansible.git
validate: require ansible 2.9
RHCS 5.2 requires Ansible 2.9 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2092554 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>rhcs-5.2 v6.0.27.1
parent
4d3e25c85e
commit
3cee7fd2b0
|
@ -6,8 +6,8 @@
|
|||
|
||||
- name: fail on unsupported ansible version
|
||||
fail:
|
||||
msg: "Ansible version must be 2.10!"
|
||||
when: ansible_version.minor|int != 10
|
||||
msg: "Ansible version must be 2.9!"
|
||||
when: ansible_version.minor|int != 9
|
||||
|
||||
- name: fail on unsupported system
|
||||
fail:
|
||||
|
|
Loading…
Reference in New Issue