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:
Thomas Woerner
2023-04-27 14:01:09 +02:00
parent b429b4495e
commit 3cc111782c
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ jobs:
retryCountOnTaskFailure: 5
displayName: Install tools
- script: pip install molecule[docker]
- script: pip install molecule-plugins[docker]
retryCountOnTaskFailure: 5
displayName: Install molecule