community.general/lib/ansible/executor
James Cammarata a9712bb0fb Fixing some delegate_to bugs
* Moving connection creation until after the task is post_validated,
  to make sure all fields are properly templated (#11230)
* Fixing problems related to the connection method and remote address
  lookup on the delegated-to host

Fixes #11230
2015-07-09 08:25:08 -04:00
..
process Fix bug in registered variables related to delegate_to changes 2015-07-08 12:38:24 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
connection_info.py now correctly picks up old become password host vars 2015-07-06 23:24:00 -04:00
module_common.py Fixing ansible_*_interpreter use 2015-06-04 15:43:07 -04:00
play_iterator.py Restoring a state check to play_iterator, which otherwise broke block functionality 2015-06-30 13:57:47 -04:00
playbook_executor.py Clear flag indicating role had run before each play is run 2015-07-07 21:47:48 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fixing some delegate_to bugs 2015-07-09 08:25:08 -04:00
task_queue_manager.py Fix callback loading issue a slightly different way 2015-07-04 00:07:17 -04:00
task_result.py Fixing bug in failed_when results introduced by c3c398c 2015-06-26 16:55:06 -04:00