From 50331edf05c4fa476f4c47cff815206dc8790ba7 Mon Sep 17 00:00:00 2001 From: Helen Bailey Date: Thu, 9 Nov 2023 15:29:16 -0500 Subject: [PATCH] Update integration tests to use milestone ansible version --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 3e8ce054..916d0dd3 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -85,4 +85,4 @@ jobs: with: collection_path: ${{ steps.install-collection.outputs.collection_path }} python_version: "3.12" - ansible_version: stable-2.16 + ansible_version: milestone