ansible/changelogs/fragments/ansible-test-path-to-python.yml

4 lines
296 B
YAML
Raw Normal View History

2020-03-17 23:05:50 -07:00
bugfixes:
- ansible-test no longer optimizes setting ``PATH`` by prepending the directory containing the selected Python interpreter when it is named ``python``.
This avoids unintentionally making other programs available on ``PATH``, including an already installed version of Ansible.