mirror of https://github.com/ansible/ansible.git
only show_vars when showing vars (#69365)
* 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>pull/57574/merge
parent
3b3c811be5
commit
f0b6f76bc6
@ -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