From 355e5bcd16de6422bade811457c8012cea649a6a Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 12 Dec 2023 13:20:28 +0100 Subject: [PATCH 1/3] Change required Ansible version --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index d1960d9ba..5f07c2be9 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.13.0' +requires_ansible: '>=2.12.0' plugin_routing: modules: panos_admin: From d9e6c904b702dd60fd58aec4df4649bea69ffab6 Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 12 Dec 2023 13:25:09 +0100 Subject: [PATCH 2/3] 2.14 as minimum required Ansible version --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 5f07c2be9..7632f9264 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.12.0' +requires_ansible: '>=2.14.0' plugin_routing: modules: panos_admin: From 3f37f3fbf062ef294e409352ad2e4480a469097d Mon Sep 17 00:00:00 2001 From: Sebastian Czech Date: Tue, 12 Dec 2023 13:33:32 +0100 Subject: [PATCH 3/3] Do not executy sanity tests on Ansible 2.13 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e411599a..47c18001f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,6 @@ jobs: strategy: matrix: include: - - ansible: "2.13" - python_ver: "3.10" - ansible: "2.14" python_ver: "3.11" - ansible: "2.15" @@ -220,7 +218,7 @@ jobs: uses: Gr1N/setup-poetry@v8 - name: Add ansible-core - run: poetry add ansible-core^2.13 + run: poetry add ansible-core^2.14 - name: Add antsibull-docs run: poetry add antsibull-docs^1.11.0