fa0bccf6a1
Change: - When a "distro" package exists in PYTHONPATH but isn't what we expect, fall back to our own vendored one and use it. This prevents a traceback if someone has some random thing that provides "distro" but isn't actually the "distro" library we need. Test Plan: - new tests Tickets: - Fixes #74228 Signed-off-by: Rick Elrod <rick@elrod.me> * nuke playbook test file Signed-off-by: Rick Elrod <rick@elrod.me> * test fixes Signed-off-by: Rick Elrod <rick@elrod.me>
2 lines
196 B
YAML
2 lines
196 B
YAML
minor_changes:
|
|
- module_utils distro - when a 'distro' package/module is in PYTHONPATH but isn't the real 'distro' package/module that we expect, gracefully fall back to our own bundled distro.
|