We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eb2e3 commit 509c5a9Copy full SHA for 509c5a9
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
python-version: '3.x'
63
64
- name: Install test dependencies
65
- run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
+ run: pip install 'ansible${{ matrix.ansible-version }}' molecule-plugins[docker] docker
66
67
- name: Run Molecule tests
68
run: |
0 commit comments