Skip to content

Commit

Permalink
Fix Molecule CI workflow since docker plugin has moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 20, 2023
1 parent 67e50e9 commit a29e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python-version: '3.x'

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

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit a29e9d5

Please sign in to comment.