1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/delegate_to
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
..
roles/test_template/templates Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
aliases Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
runme.sh Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969) 2018-06-26 15:10:04 -05:00
test_delegate_to.yml Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
test_delegate_to_loop_randomness.yml Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969) 2018-06-26 15:10:04 -05:00
test_loop_control.yml Add test for fix using loop_control with delegate_to (#33809) 2018-01-23 17:52:23 +01:00