Files
devx/tests
emilandDevin <158243242+devin-ai-integration[bot]@users.noreply.github.com> b2dd2229f1 fix: use --no-cache for ansible-galaxy to prevent concurrent cache corruption
When 6 molecule runners install ansible-galaxy collections concurrently,
they share the same response cache, causing:
  Missing expected 'results' in ansible-galaxy cache
  This may indicate cache corruption (from concurrent ansible-galaxy runs)

Adding --no-cache bypasses the shared cache entirely, preventing the
race condition.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-05 18:59:29 +00:00
..