Skip to content

Commit

Permalink
Merge pull request #89 from spetrosi/set-ansible-2.9-as-min-version
Browse files Browse the repository at this point in the history
Raise supported Ansible version to 2.9
  • Loading branch information
natoscott authored Aug 10, 2021
2 parents 06f9aa5 + b275c21 commit fdbec3a
Show file tree
Hide file tree
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
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion ansible_pytest_extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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.
Expand Down

0 comments on commit fdbec3a

Please sign in to comment.