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
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
2019-03-12 18:18:38 -04:00
..
roles/test_template/templates Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
aliases Cleanup integration test inventory. (#50753) 2019-01-10 14:45:12 -08:00
delegate_and_nolog.yml don't assume all delegation subkeys exist (#43032) 2018-07-24 08:54:58 -04:00
delegate_facts_block.yml remove default from delegate_facts to inherit (#45492) 2018-10-10 15:10:23 -04:00
inventory Fix integration test inventory. 2019-03-12 00:00:32 -07:00
runme.sh fixes for stripping (#52930) 2019-03-12 18:18:38 -04:00
test_delegate_to.yml Split integration tests out from Makefile. (#17976) 2016-10-12 14:57:53 -07:00
test_delegate_to_loop_caching.yml Don't use the task for a cache, return a special cache var (#47243) 2018-10-18 15:25:43 -05:00
test_delegate_to_loop_randomness.yml Fix integration tests with custom inventory. 2019-03-11 21:43:58 -07:00
test_loop_control.yml Add test for fix using loop_control with delegate_to (#33809) 2018-01-23 17:52:23 +01:00