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/plugins/lookup
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
..
__init__.py Use ansible.module_utils.common.text.converters (#80704) 1 year ago
config.py config lookup, new option to show origin of value (#80651) 1 year ago
csvfile.py Use semantic markup for remaining plugins. (#81189) 12 months ago
dict.py Remove collections compat from controller code. 2 years ago
env.py Use semantic markup for remaining plugins. (#81189) 12 months ago
file.py Add space to make linter happy (#81175) 12 months ago
fileglob.py Use semantic markup for remaining plugins. (#81189) 12 months ago
first_found.py first_found lookup, let lookup handle templating errors (#81178) 12 months ago
indexed_items.py docs: add fqcn to module examples (#73546) 2 years ago
ini.py Use semantic markup for remaining plugins. (#81189) 12 months ago
inventory_hostnames.py docs: add fqcn to module examples (#73546) 2 years ago
items.py docs: add fqcn to module examples (#73546) 2 years ago
lines.py Document lookups using dwim (#80878) 1 year ago
list.py Remove collections compat from controller code. 2 years ago
nested.py listify_lookup_plugin_terms deprecate dataloader (#78244) 2 years ago
password.py Use semantic markup for remaining plugins. (#81189) 12 months ago
pipe.py Document lookups using dwim (#80878) 1 year ago
random_choice.py Sanity Fixes: (#80953) 1 year ago
sequence.py Fix pylint disallowed-name errors (#80854) 1 year ago
subelements.py Use semantic markup for remaining plugins. (#81189) 12 months ago
template.py Don't mutate templar.environment, only overlay on local myenv (#81005) 1 year ago
together.py listify_lookup_plugin_terms deprecate dataloader (#78244) 2 years ago
unvault.py Document lookups using dwim (#80878) 1 year ago
url.py Use semantic markup for remaining plugins. (#81189) 12 months ago
varnames.py Use ansible.module_utils.common.text.converters (#80704) 1 year ago
vars.py docs: add fqcn to module examples (#73546) 2 years ago