Make sure docker driver is installed with molecule.

This commit is contained in:
Jeff Geerling 2020-10-15 17:01:52 -05:00
parent 409ec4b75a
commit ba22aaeb41
1 changed files with 1 additions and 1 deletions

View File

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