ansible/changelogs/fragments/tweaking_interpreter_discovery.yaml
Brian Coca 173d0a8de7
Skip interpreter discovery for network OSs(#74012)
skip python interpreter discovery on network os being set as this indicates a 'forced local' module and should use sys.executable.
2021-05-14 10:19:55 -04:00

2 lines
109 B
YAML

bugfixes:
- interpreter discovery is now handling special (ansible_network_os) cases in less noisy ways.