From e557a78a5335f5924f62deada04e91ce3c24e968 Mon Sep 17 00:00:00 2001 From: Andrey Gubarev Date: Fri, 10 May 2024 16:28:43 +0400 Subject: [PATCH] updated github workflow to install ansible version 5.0.0 before running tests --- .github/workflows/ansible-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index a7a7dd1..a4383e8 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -31,5 +31,6 @@ jobs: - name: Run test run: | direnv allow . + direnv exec . pipenv install ansible~=5.0.0 direnv exec . ansible-galaxy collection install -r requirements.yml direnv exec . make test-platform-amd64