mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2024-12-31 17:28:29 +01:00
Fix Molecule CI workflow since docker plugin has moved.
This commit is contained in:
parent
e96ad2577f
commit
e01427a892
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -66,7 +66,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
|
||||
|
Loading…
Reference in New Issue
Block a user