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
Brian Coca c7eca0e5c0
first_found lookup, let lookup handle templating errors (#81178)
* first_found lookup, let lookup handle templating errors

Avoids case in which TE was not sending valid and templatable entries to the lookup
The lookup already handles the case TE was attempting to itself, so no need for this code anymore.

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
12 months ago
..
discovery Python interpreter discovery (#50163) 5 years ago
powershell Use ansible.module_utils.common.text.converters (#80704) 1 year ago
process Switch from multiprocessing.Queue to SimpleQueue (#80838) 1 year ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 7 years ago
action_write_locks.py Clean up unused imports in core (#79900) 1 year ago
interpreter_discovery.py Use ansible.module_utils.common.text.converters (#80704) 1 year ago
module_common.py get_action_args_with_defaults: remove deprecated redirected_names arg (#80473) 1 year ago
play_iterator.py PlayIterator: remove deprecated methods (#80437) 1 year ago
playbook_executor.py Fix pylint disallowed-name errors (#80854) 1 year ago
stats.py Remove collections compat from controller code. 2 years ago
task_executor.py first_found lookup, let lookup handle templating errors (#81178) 12 months ago
task_queue_manager.py display, also proxy warnings and deprecations (#81060) 1 year ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago