From d82a73408772c295a6d4c813f5301d28dc5421e1 Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:17:53 +0100 Subject: [PATCH] Fix broken ansible pip installation (#17) * Test out matrix seeding * Update ansible package's version requirements --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcbef0e..0c19c44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: version: 2.17 - package: ansible - package: ansible - version: 9 + version: 9.* - package: ansible - version: 10 + version: 10.* runs-on: ubuntu-latest steps: - uses: actions/checkout@v4