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

Merge pull request #1083 from t-woerner/fix_azure_molecule_docker

tests/azure: Install molecule-plguins to get docker driver
parents b429b449 3cc11178
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ It's also possible to run the tests in a container. ...@@ -105,7 +105,7 @@ It's also possible to run the tests in a container.
Before setting up a container you will need to install molecule framework: Before setting up a container you will need to install molecule framework:
``` ```
pip install molecule[docker]>=3 pip install molecule-plugins[docker]
``` ```
Now you can start a test container using the following command: Now you can start a test container using the following command:
......
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install tools displayName: Install tools
- script: pip install molecule[docker] - script: pip install molecule-plugins[docker]
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule displayName: Install molecule
......
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
- script: | - script: |
pip install \ pip install \
"molecule[docker]>=3" \ "molecule-plugins[docker]" \
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
......
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
- script: | - script: |
pip install \ pip install \
"molecule[docker]>=3" \ "molecule-plugins[docker]" \
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
......
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
- script: | - script: |
pip install \ pip install \
"molecule[docker]>=3" \ "molecule-plugins[docker]" \
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
......
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
- script: | - script: |
pip install \ pip install \
"molecule[docker]>=3" \ "molecule-plugins[docker]" \
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
......
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
- script: | - script: |
pip install \ pip install \
"molecule[docker]>=3" \ "molecule-plugins[docker]" \
"ansible${{ parameters.ansible_version }}" "ansible${{ parameters.ansible_version }}"
retryCountOnTaskFailure: 5 retryCountOnTaskFailure: 5
displayName: Install molecule and Ansible displayName: Install molecule and Ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment