mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
tests/azure: Install molecule-plguins to get docker driver
The docker driver is not part of molecule 5.0.0 anymore. molecule-plugins need to be installed to get the driver.
This commit is contained in:
@@ -105,7 +105,7 @@ It's also possible to run the tests in a container.
|
||||
Before setting up a container you will need to install molecule framework:
|
||||
|
||||
```
|
||||
pip install molecule[docker]>=3
|
||||
pip install molecule-plugins[docker]
|
||||
```
|
||||
|
||||
Now you can start a test container using the following command:
|
||||
|
||||
Reference in New Issue
Block a user