You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
6 years ago
..
roles/test_template/templates Split integration tests out from Makefile. (#17976) 8 years ago
aliases Initial ansible-test implementation. (#18556) 8 years ago
runme.sh Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969) 6 years ago
test_delegate_to.yml Split integration tests out from Makefile. (#17976) 8 years ago
test_delegate_to_loop_randomness.yml Cache items when task.loop/with_items is evaluated to set delegate_to vars (#41969) 6 years ago
test_loop_control.yml Add test for fix using loop_control with delegate_to (#33809) 7 years ago