summaryrefslogtreecommitdiff
path: root/changelogs/fragments/interpreter_discovery.yaml
blob: 66ff39d8477807c617db25185b9036ef91b4a0b3 (plain)
1
2
3
4
5
major_changes:
- Python interpreter discovery - The first time a Python module runs on a target, Ansible will attempt to discover the
  proper default Python interpreter to use for the target platform/version (instead of immediately defaulting to
  ``/usr/bin/python``). You can override this behavior by setting ``ansible_python_interpreter`` or via config. (see
  https://github.com/ansible/ansible/pull/50163)