ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

playbooks/dependencies: Update package cache on deb systems. #191

Closed fnordahl closed 8 months ago

fnordahl commented 8 months ago

If the package cache is not updated for example after a clean install, the install-dependencies playbook may fail with errors like this:

TASK [Install container command] ***************************
{"changed": false, "msg": "No package matching 'podman' is available"}

Use the apt build in ansible module and set update_cache to 'true' to fix this issue.