mirror of https://github.com/ceph/ceph-ansible.git
parent
e6447bdc2b
commit
51712d28e5
|
@ -4,12 +4,12 @@
|
|||
msg: "Ansible version must be >= 2.x, please update!"
|
||||
when: ansible_version.major|int < 2
|
||||
|
||||
- name: fail on unsupported ansible version
|
||||
fail:
|
||||
msg: "Ansible version must be 2.9!"
|
||||
when:
|
||||
- ansible_version.major|int == 2
|
||||
- ansible_version.minor|int != 9
|
||||
# - name: fail on unsupported ansible version
|
||||
# fail:
|
||||
# msg: "Ansible version must be 2.9!"
|
||||
# when:
|
||||
# - ansible_version.major|int == 2
|
||||
# - ansible_version.minor|int != 9
|
||||
|
||||
- name: fail on unsupported system
|
||||
fail:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
testinfra>=3,<4
|
||||
pytest-xdist==1.28.0
|
||||
pytest>=4.6,<5.0
|
||||
ansible>=2.9,<2.10,!=2.9.10
|
||||
ansible>=2.8,<2.9,!=2.9.10
|
||||
Jinja2>=2.10
|
||||
netaddr
|
||||
mock
|
||||
|
|
Loading…
Reference in New Issue