Make sure docker driver is installed with molecule.

This commit is contained in:
Jeff Geerling 2020-10-15 17:04:38 -05:00
parent 24b790d6e7
commit f1afe678df

View file

@ -18,7 +18,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.