community.general/lib/ansible/executor
James Cammarata 9155af20e3 Make sure vars in debug tasks aren't templated too early
If the syntax var={{something}} is used, that can be templated too
early in the post_validation, leading the debug module to fail when it
tries to template the same value in turn.
2015-07-05 01:06:54 -04:00
..
process Fix some more handler issues 2015-06-30 14:44:41 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
connection_info.py fixed su prompt function reference 2015-06-15 01:07:02 -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 Revert "removed 2nd load_callbacks that was causeing dupe output" 2015-07-03 23:52:49 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Make sure vars in debug tasks aren't templated too early 2015-07-05 01:06:54 -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