mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
Bug 1989197 - drop support for Ansible 2.8 https://bugzilla.redhat.com/show_bug.cgi?id=1989197 Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
a2af42d0f2
commit
133672663d
4 changed files with 2 additions and 4 deletions
2
.github/workflows/tox.yml
vendored
2
.github/workflows/tox.yml
vendored
|
|
@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
|
|||
env:
|
||||
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.4.0"
|
||||
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 libgirepository1.0-dev python3-dev"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ galaxy_info:
|
|||
description: Configure networking
|
||||
company: Red Hat, Inc.
|
||||
license: BSD-3-Clause
|
||||
min_ansible_version: 2.7
|
||||
min_ansible_version: 2.9
|
||||
github_branch: main
|
||||
galaxy_tags:
|
||||
- centos
|
||||
|
|
|
|||
|
|
@ -7,6 +7,5 @@
|
|||
mock ; python_version < "3.0"
|
||||
# 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue