ansible/test/integration/targets/delegate_to
Sloane Hertel da6735160d
Fix passing callbacks the delegated connection, host, port, and user (#85397)
Fix ssh plugin host variables. Variable names should conform to Python variable naming rules.
, and not contain characters like "[" or "]".

Update unit test
2025-07-08 10:12:42 -04:00
..
connection_plugins Update triple single quotes to triple double quotes (#84099) 2024-10-09 21:22:35 +00:00
files ensure local exposes correct user (#72543) 2020-11-09 16:21:17 -05:00
library Require from __future__ import annotations (#81902) 2023-10-04 22:11:17 +00:00
roles Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477) 2020-10-12 14:21:15 -05:00
aliases Re-organize CI test groups for POSIX tests. (#77420) 2022-08-04 09:31:14 -07:00
delegate_and_nolog.yml
delegate_facts_block.yml
delegate_facts_loop.yml Fix final fact delegation (#77008) 2022-02-11 18:19:38 -05:00
delegate_local_from_root.yml Fixed incorrect spelling of the word overridden. (#79620) 2023-01-03 10:48:06 -05:00
delegate_to_lookup_context.yml Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477) 2020-10-12 14:21:15 -05:00
delegate_vars_handling.yml Fix passing callbacks the delegated connection, host, port, and user (#85397) 2025-07-08 10:12:42 -04:00
delegate_vars_inventory Fix passing callbacks the delegated connection, host, port, and user (#85397) 2025-07-08 10:12:42 -04:00
delegate_with_fact_from_delegate_host.yml fix delegate_to integration test (#83865) 2024-08-26 17:54:08 -07:00
discovery_applied.yml
has_hostvars.yml
inventory ssh connection: use 'correct' host in all cases (#76017) 2022-02-07 15:13:40 -05:00
inventory_interpreters
resolve_vars.yml
runme.sh Fix passing callbacks the delegated connection, host, port, and user (#85397) 2025-07-08 10:12:42 -04:00
test_delegate_to_lookup_context.yml Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477) 2020-10-12 14:21:15 -05:00
test_delegate_to_loop_caching.yml
test_delegate_to_loop_randomness.yml Typo fixes and other bits and bobs (#83672) 2024-07-27 09:16:34 -07:00
test_delegate_to.yml Better errors for delegate_to (#82319) 2023-12-04 10:19:12 -05:00
test_loop_control.yml
test_random_delegate_to_with_loop.yml Integration test cleanup (#84763) 2025-03-01 03:11:46 +00:00
test_random_delegate_to_without_loop.yml Integration test cleanup (#84763) 2025-03-01 03:11:46 +00:00
verify_interpreter.yml