mirror of https://github.com/ansible/ansible.git
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>pull/73763/merge
parent
5014a6025e
commit
c7eca0e5c0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- first_found lookup now gets 'untemplated' loop entries and handles templating itself as task_executor was removing even 'templatable' entries and breaking functionality. https://github.com/ansible/ansible/issues/70772
|
@ -0,0 +1 @@
|
||||
really: i hide
|
@ -0,0 +1 @@
|
||||
doesit: yes it does
|
Loading…
Reference in New Issue