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
Sloane Hertel 86b86398f0
add ansible_name/ansible_aliases attrs to plugin objects (#78700)
*  new _fqcn attribute to plugin objects
* unbreak plugins in subdirs
* Fix inadventent changes to _load_name and use existing vars
* add plugin aliases and name property, and replace plugin._load_name where incorrect
* Fix listing plugin names

Fix listing legacy and builtin together
test deprecated plugin documentation
fix doc extensions
remove sometimes inaccurate _load_name handling from plugin.name

* Add tests for REJECT_EXTS and doc extensions

Fix unpredictable collection redirects so non-fqcns in the redirect list are guaranteed to be legacy (instead of determined by the collections keyword)

Move aliases and name properties to _update_object so all plugin types, including doc fragments, can use them

* make legacy plugin names internally consistent
* rename attributes to ansible_name and ansible_aliases
2 years ago
..
discovery Python interpreter discovery (#50163) 5 years ago
powershell ansible-test pssa update and new rules (#76256) 3 years ago
process Forked display via queue (#77056) 2 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 7 years ago
action_write_locks.py Type hint fixes. 2 years ago
interpreter_discovery.py hide distro map since it is not configurable (#78068) 2 years ago
module_common.py Remove unused code. (#78499) 2 years ago
play_iterator.py Propagate ansible_failed_task to an outer rescue (#78676) 2 years ago
playbook_executor.py end_play: end the current play only (#76674) 2 years ago
stats.py Remove collections compat from controller code. 2 years ago
task_executor.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
task_queue_manager.py Python 3.9 min for controller (#77566) 2 years ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago