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: |
|
run: |
|
||||||
pip install --no-cache-dir \
|
pip install --no-cache-dir \
|
||||||
ansible \
|
ansible \
|
||||||
molecule[podman] \
|
molecule \
|
||||||
podman-compose \
|
molecule-podman \
|
||||||
pyyaml \
|
pyyaml \
|
||||||
jinja2
|
jinja2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user