mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-13 12:40:17 +01:00
Fix Molecule CI workflow since docker plugin has moved.
This commit is contained in:
parent
c6b987a620
commit
36f082ccdb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,7 +56,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 a new issue