Commit f5c993eb authored by Jeff Geerling's avatar Jeff Geerling

Make sure docker driver is installed with molecule.

parent 690166af
......@@ -20,7 +20,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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment