Make sure docker driver is installed with molecule.

This commit is contained in:
Jeff Geerling 2020-10-15 17:01:59 -05:00
parent 0e8c90d88e
commit 2277b6178c

View file

@ -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.