Skip to content
Snippets Groups Projects
Unverified Commit ef5708ef authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #557 from t-woerner/azure_install_community.docker

tests/azure: Install community.docker Ansible collection
parents e3545a46 7192b6fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment