fix: Install molecule-podman driver for CI/CD tests
The test stage was failing because molecule couldn't find the podman driver. The issue was that 'molecule[podman]' extra doesn't exist in molecule 25.12.0. Install 'molecule-podman' package instead which provides the required podman driver for molecule.
This commit is contained in:
@@ -54,8 +54,8 @@ jobs:
|
||||
run: |
|
||||
pip install --no-cache-dir \
|
||||
ansible \
|
||||
molecule[podman] \
|
||||
podman-compose \
|
||||
molecule \
|
||||
molecule-podman \
|
||||
pyyaml \
|
||||
jinja2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user