Skip to content

Commit

Permalink
Raise supported Ansible version to 2.9
Browse files Browse the repository at this point in the history
Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197
  • Loading branch information
spetrosi committed Aug 10, 2021
1 parent 06f9aa5 commit b275c21
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
env:
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected]"
LSR_ANSIBLE_TEST_DOCKER: "true"
LSR_ANSIBLES: 'ansible==2.8.* ansible==2.9.*'
LSR_ANSIBLES: 'ansible==2.9.*'
LSR_MSCENARIOS: default
# LSR_EXTRA_PACKAGES: libdbus-1-dev
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion ansible_pytest_extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -2,6 +2,5 @@

# ansible and dependencies for all supported platforms
ansible ; python_version > "2.6"
ansible<2.7 ; python_version < "2.7"
idna<2.8 ; python_version < "2.7"
PyYAML<5.1 ; python_version < "2.7"
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ galaxy_info:
company: Red Hat, Inc.
license: MIT

min_ansible_version: 2.6
min_ansible_version: 2.9

# If this is a Container Enabled role, provide the minimum Ansible Container
# version.

0 comments on commit b275c21

Please sign in to comment.