community.general/lib/ansible/executor
James Cammarata 5d92b00d9c Cleanup some include logic
* Properly mark hosts with failures in includes as failed
* Don't send callbacks until we're sure we're done, and also fix how
  we increment stats so failures don't show up as ok's
* Fix a bug in the include file logic where a failed include could lead
  to an infinite loop in the task iteration logic

Fixes #12933
2015-10-28 14:02:24 -04:00
..
process sanatize results 2015-10-24 15:23:12 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
play_iterator.py Cleanup some include logic 2015-10-28 14:02:24 -04:00
playbook_executor.py Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fixing retry/until logic and default value for retries 2015-10-27 15:37:48 -04:00
task_queue_manager.py Revert "make callbacks declare needing whitelisting" 2015-10-22 16:34:51 -04:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00