mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Make sure docker driver is installed with molecule.
This commit is contained in:
parent
5ac9b8da7c
commit
f5bbfd2ec7
@ -20,7 +20,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
# Install test dependencies.
|
# Install test dependencies.
|
||||||
- pip install molecule yamllint ansible-lint docker
|
- pip install molecule[docker] yamllint ansible-lint docker
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Use actual Ansible Galaxy role name for the project directory.
|
# Use actual Ansible Galaxy role name for the project directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user