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 2165f9ac40
fix delegation vars usage (debug still shows inventory_hostname) (#69244)
* fix delegation vars usage and reporting

 - just pass delegated host vars + task vars to plugins
   and avoid poluting with original host vars
 - updated tests
5 years ago
..
roles/test_template/templates
aliases Testing: Add support for AIX platform (#65802) 5 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
delegate_vars_hanldling.yml fix delegation vars usage (debug still shows inventory_hostname) (#69244) 5 years ago
inventory Fix integration test inventory. 6 years ago
runme.sh fix delegation vars usage (debug still shows inventory_hostname) (#69244) 5 years ago
test_delegate_to.yml
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