Skip to content

Commit 9e19d24

Browse files
committed
Raise supported Ansible version to 2.9
Bug 1989197 - drop support for Ansible 2.8 https://bugzilla.redhat.com/show_bug.cgi?id=1989197
1 parent 5ec3e9b commit 9e19d24

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
55
env:
66
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.4.0"
77
LSR_ANSIBLE_TEST_DOCKER: "true"
8-
LSR_ANSIBLES: 'ansible==2.8.* ansible==2.9.*'
8+
LSR_ANSIBLES: 'ansible==2.9.*'
99
LSR_MSCENARIOS: default
1010
# LSR_EXTRA_PACKAGES: libdbus-1-dev
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

ansible_pytest_extra_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

33
# ansible and dependencies for all supported platforms
44
ansible ; python_version > "2.6"
5-
ansible<2.7 ; python_version < "2.7"
65
idna<2.8 ; python_version < "2.7"
76
PyYAML<5.1 ; python_version < "2.7"

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ galaxy_info:
55
'rhel', 'fedora', 'centos']
66
company: Red Hat, Inc.
77
license: MIT
8-
min_ansible_version: 2.5
8+
min_ansible_version: 2.9
99
platforms:
1010
- name: Fedora
1111
versions:

0 commit comments

Comments
 (0)