From 5039e299103240396c0bfa39233c999e8934610b Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Fri, 6 Aug 2021 09:46:26 +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/ansible-lint.yml | 2 +- meta/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 42374fd..89134a5 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -13,7 +13,7 @@ jobs: # with: # targets: "tests/test_*.yml" # override-deps: | - # ansible==2.8 + # ansible==2.9 # args: "" # test-ansible29: # runs-on: ubuntu-latest diff --git a/meta/main.yml b/meta/main.yml index 9146a2c..9db867c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: description: OpenSSH SSH daemon configuration company: Willsher Systems license: LGPLv3 - min_ansible_version: 2.8 + min_ansible_version: 2.9 platforms: - name: Debian versions: