fix: Install molecule-podman driver for CI/CD tests
All checks were successful
Test / Lint (push) Successful in 16s
Test / Test (push) Has been skipped

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:
Daniel Akulenok
2026-02-08 00:29:47 +01:00
parent 282e7601b4
commit a4f06d3daf

View File

@@ -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