1
0
mirror of https://github.com/geerlingguy/ansible-role-docker.git synced 2025-01-09 00:06:06 +01:00

Make sure docker driver is installed with molecule.

This commit is contained in:
Jeff Geerling 2020-10-15 17:02:38 -05:00
parent f6f6cf55fb
commit 03d927b2c8

View File

@ -21,7 +21,7 @@ before_install:
install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
- pip install molecule[docker] yamllint ansible-lint docker
before_script:
# Use actual Ansible Galaxy role name for the project directory.