Skip to content

Commit 98ff572

Browse files
committed
Fix Molecule CI workflow since docker plugin has moved.
1 parent 4468cce commit 98ff572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: '3.x'
5757

5858
- name: Install test dependencies.
59-
run: pip3 install ansible molecule[docker] docker
59+
run: pip3 install ansible molecule molecule-plugins[docker] docker
6060

6161
- name: Run Molecule tests.
6262
run: molecule test

0 commit comments

Comments
 (0)