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
Brian Coca b793f08a92
fixes for stripping (#52930)
function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior

  attempt to fix #52910

* handle lists and subdicts correctly
* added  missing exception case, which was not noticed since 'cleaning' was not working
* added comments to clarify exceptions
6 years ago
..
roles/test_template/templates Split integration tests out from Makefile. (#17976) 8 years ago
aliases Cleanup integration test inventory. (#50753) 6 years ago
delegate_and_nolog.yml don't assume all delegation subkeys exist (#43032) 6 years ago
delegate_facts_block.yml remove default from delegate_facts to inherit (#45492) 6 years ago
inventory Fix integration test inventory. 6 years ago
runme.sh fixes for stripping (#52930) 6 years ago
test_delegate_to.yml Split integration tests out from Makefile. (#17976) 8 years ago
test_delegate_to_loop_caching.yml Don't use the task for a cache, return a special cache var (#47243) 6 years ago
test_delegate_to_loop_randomness.yml Fix integration tests with custom inventory. 6 years ago
test_loop_control.yml Add test for fix using loop_control with delegate_to (#33809) 7 years ago