mirror of https://github.com/ansible/ansible.git
`with_dict` type error include value in error message (#84473)
* with_dict better error message * include type in error message * changelog fragment * Update lib/ansible/plugins/lookup/dict.py Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> * specific wording --------- Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84554/head
parent
4c30e8b6cf
commit
e151cd765d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- when the ``dict`` lookup is given a non-dict argument, show the value of the argument and its type in the error message.
|
||||
Loading…
Reference in New Issue