Skip to content
Snippets Groups Projects
Commit 7192b6fd authored by Thomas Woerner's avatar Thomas Woerner
Browse files

tests/azure: Install community.docker Ansible collection

The test preparation failed with "the connection plugin
'community.docker.docker' was not found" in "Setup test container".

"ansible-galaxy collection install community.docker" has been added
to

  tests/azure/templates/playbook_tests.yml and
  tests/azure/templates/pytest_tests.yml
parent e3545a46
Branches
Tags
No related merge requests found
...@@ -34,6 +34,9 @@ jobs: ...@@ -34,6 +34,9 @@ jobs:
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
- script: |
ansible-galaxy collection install community.docker
- script: pip install -r requirements-tests.txt - script: pip install -r requirements-tests.txt
displayName: Install dependencies displayName: Install dependencies
......
...@@ -26,6 +26,9 @@ jobs: ...@@ -26,6 +26,9 @@ jobs:
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
- script: |
ansible-galaxy collection install community.docker
- script: pip install -r requirements-tests.txt - script: pip install -r requirements-tests.txt
displayName: Install dependencies displayName: Install dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment