mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2025-01-21 20:41:45 +01:00
Make sure docker driver is installed with molecule.
This commit is contained in:
parent
409ec4b75a
commit
ba22aaeb41
@ -22,7 +22,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
# Install test dependencies.
|
# Install test dependencies.
|
||||||
- pip install molecule yamllint ansible-lint docker
|
- pip install molecule[docker] yamllint ansible-lint docker
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Use actual Ansible Galaxy role name for the project directory.
|
# Use actual Ansible Galaxy role name for the project directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user