mirror of https://github.com/ansible/ansible.git
Update lookup to use positional only arg for name to avoid conflicts (#79839)
parent
122de95d85
commit
2f8f7fba4c
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- templates - Fixed `TypeError` when a lookup plugin has an option called `name`.
|
@ -0,0 +1,2 @@
|
|||||||
|
shippable/posix/group4
|
||||||
|
context/controller
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- debug:
|
||||||
|
msg: "{{ lookup('vars', name='test') }}"
|
||||||
|
|
||||||
|
- debug:
|
||||||
|
msg: "{{ query('vars', name='test') }}"
|
Loading…
Reference in New Issue