From c316d0f077c6a61ce475ba7bf9c624848a75dc4d Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Fri, 6 Aug 2021 12:21:18 +0200 Subject: [PATCH] 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 --- .github/workflows/tox.yml | 2 +- ansible_pytest_extra_requirements.txt | 1 - meta/main.yml | 2 +- roles/rsyslog/meta/main.yml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index d65db1f3..220c7351 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -5,7 +5,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 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/ansible_pytest_extra_requirements.txt b/ansible_pytest_extra_requirements.txt index 0d79ed57..6bafb6f1 100644 --- a/ansible_pytest_extra_requirements.txt +++ b/ansible_pytest_extra_requirements.txt @@ -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" diff --git a/meta/main.yml b/meta/main.yml index 4bf4fbcc..96f040d1 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: galaxy_tags: ['logging', 'rsyslog', 'redhat', 'fedora', 'centos'] company: Red Hat, Inc. license: GPL-3.0-only,MIT - min_ansible_version: 2.7 + min_ansible_version: 2.9 platforms: - name: Fedora versions: diff --git a/roles/rsyslog/meta/main.yml b/roles/rsyslog/meta/main.yml index 6be5c7c9..843cba2b 100644 --- a/roles/rsyslog/meta/main.yml +++ b/roles/rsyslog/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: galaxy_tags: ['logging', 'rsyslog', 'redhat', 'fedora', 'centos'] company: Red Hat, Inc. license: GPL-3.0-only,MIT - min_ansible_version: 2.7 + min_ansible_version: 2.9 platforms: - name: Fedora versions: