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 c31c819 commit 4db16de
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 @@ -57,7 +57,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 4db16de

Please sign in to comment.