community.general/lib/ansible/vars
Matt Martz 1401fa74cc
Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969)
* If we evaluate task.loop/with_items when calculating delegate_to vars, cache the items. Fixes #28231

* Add comments about caching loop items

* Add test for delegate_to+loop+random

* Be more careful about where we update task.loop
2018-06-26 15:10:04 -05:00
..
__init__.py
clean.py Fix ansible_lo being used inside of ansible_facts 2018-03-13 12:05:14 -04:00
hostvars.py Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
manager.py Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969) 2018-06-26 15:10:04 -05:00
reserved.py Error if a module is found to shadow a reserved keyword (#34649) 2018-04-10 09:26:27 -05:00
unsafe_proxy.py Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00