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