mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +01:00
Make sure docker driver is installed with molecule.
This commit is contained in:
parent
0e8c90d88e
commit
2277b6178c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue