mirror of https://github.com/ansible/ansible.git
* only show_vars when showing vars
avoid processing function params that can be very expensive
and might not be used at all in called function.
fixes #69357
* Update changelogs/fragments/69357_optimize_inventory_graph_wo_vars.yml
Co-authored-by: Sloane Hertel <shertel@redhat.com>
Co-authored-by: Sloane Hertel <shertel@redhat.com>
(cherry picked from commit f0b6f76bc6)
pull/69999/head
parent
0438165f58
commit
f39b106f83
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Avoid running subfunctions that are passed to show_vars function when it will be a noop.
|
||||
Loading…
Reference in New Issue