diff --git a/tests/azure/templates/playbook_tests.yml b/tests/azure/templates/playbook_tests.yml index 6962fb76..6a8ac787 100644 --- a/tests/azure/templates/playbook_tests.yml +++ b/tests/azure/templates/playbook_tests.yml @@ -34,6 +34,9 @@ jobs: "ansible${{ parameters.ansible_version }}" displayName: Install molecule and Ansible + - script: | + ansible-galaxy collection install community.docker + - script: pip install -r requirements-tests.txt displayName: Install dependencies diff --git a/tests/azure/templates/pytest_tests.yml b/tests/azure/templates/pytest_tests.yml index d4254543..80db74f5 100644 --- a/tests/azure/templates/pytest_tests.yml +++ b/tests/azure/templates/pytest_tests.yml @@ -26,6 +26,9 @@ jobs: "ansible${{ parameters.ansible_version }}" displayName: Install molecule and Ansible + - script: | + ansible-galaxy collection install community.docker + - script: pip install -r requirements-tests.txt displayName: Install dependencies