Prior this commit we were supporting both ansible 2.8 and 2.9.
Let's drop 2.8 now.
Closes: #5459
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1879178
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
BuildArch: noarch
-BuildRequires: ansible >= 2.8
-Requires: ansible >= 2.8
+BuildRequires: ansible >= 2.9
+Requires: ansible >= 2.9
%if 0%{?rhel} == 7
BuildRequires: python2-devel
# These are Python requirements needed to run ceph-ansible master
-ansible>=2.8.8,<2.9
+ansible>=2.9,<2.10,!=2.9.10
netaddr
- name: fail on unsupported ansible version
fail:
- msg: "Ansible version must be 2.8 or 2.9!"
+ msg: "Ansible version must be 2.9!"
when:
- ansible_version.major|int == 2
- - ansible_version.minor|int not in [8, 9]
+ - ansible_version.minor|int != 9
- name: fail on unsupported system
fail:
testinfra>=3,<4
pytest-xdist==1.28.0
pytest>=4.6,<5.0
-ansible>=2.8.8,<2.9
+ansible>=2.9,<2.10,!=2.9.10
Jinja2>=2.10
netaddr
mock