mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Fix Molecule CI workflow since docker plugin has moved.
This commit is contained in:
parent
67e50e9af0
commit
a29e9d51e9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install test dependencies.
|
- name: Install test dependencies.
|
||||||
run: pip3 install ansible molecule[docker] docker
|
run: pip3 install ansible molecule molecule-plugins[docker] docker
|
||||||
|
|
||||||
- name: Run Molecule tests.
|
- name: Run Molecule tests.
|
||||||
run: molecule test
|
run: molecule test
|
||||||
|
Loading…
Reference in New Issue
Block a user