You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/interpreter_discovery.yaml

6 lines
413 B
YAML

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)