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/lib/ansible/executor
Sam Doran fa7482c63a
Change interpreter discovery defaults to silently prefer Python 3 (#75049)
Push /usr/bin/python to almost the bottom of the barrel. This makes the strategy to prefer
specific versions of the "mystery meat" version.

* Change INTERPRETER_PYTHON default to 'auto'
    Change description to match change in behavior.
    Change deprecation message to a warning.

* Update docs
* Add porting guide entry
* Update unit tests
* Update integration test
* Allow INTERPRETER_PYTHON_FALLBACK to be configure using a variable
* Prefer platform-python above other Python 2 interpreters
* Add Python 3.10 to the list of interpreters
3 years ago
..
discovery Python interpreter discovery (#50163) 6 years ago
powershell Vendor `distutils.version` (#74644) 4 years ago
process Remove PyCrypto (#74699) 4 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 8 years ago
action_write_locks.py Clarify the comments for action_write_locks 7 years ago
interpreter_discovery.py Change interpreter discovery defaults to silently prefer Python 3 (#75049) 3 years ago
module_common.py Skip python interpreter discovery for 'forced local' module execution (#74824) 3 years ago
play_iterator.py Ensure end_play ends play, not batch (#74332) 4 years ago
playbook_executor.py Ensure end_play ends play, not batch (#74332) 4 years ago
stats.py Add stats on rescued/ignored tasks (#48418) 6 years ago
task_executor.py add action_groups support to collections (#74039) 3 years ago
task_queue_manager.py Ensure end_play ends play, not batch (#74332) 4 years ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago