From 03b3f70210a59706d197e4c7c2d396e78ac1344e Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:13:10 +0530 Subject: [PATCH 1/2] Update runtime.yml --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index be99ccf4..898ad8ff 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: '>=2.14.0' +requires_ansible: '>=2.15.0' From 9696dc30ef22c2f178c2bb412e8bec731b06c39d Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:18:59 +0530 Subject: [PATCH 2/2] Update .ansible-test.yml --- .github/workflows/.ansible-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/.ansible-test.yml b/.github/workflows/.ansible-test.yml index 506ebaa0..f6896962 100644 --- a/.github/workflows/.ansible-test.yml +++ b/.github/workflows/.ansible-test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: python_version: ["3.9", "3.10"] - ansible_version: ["stable-2.14", "stable-2.15"] + ansible_version: ["stable-2.15"] runs-on: ubuntu-20.04 steps: @@ -59,7 +59,6 @@ jobs: - 3.9 - '3.10' ansible: - - stable-2.14 - stable-2.15 steps: