community.general/lib/ansible/executor
James Cammarata 275728e0f6 Fixing bugs related to nested blocks inside roles
* Make sure dep chains are checked recursively for nested blocks
* Fixing iterator is_failed() check to make sure we're not in a
  rescue block before returning True
* Use is_failed() to test whether a host should be added to the TQM
  failed_hosts list
* Use is_failed() when compiling the list of hosts left to iterate
  over in both the linear and free strategies

Fixes #14222
2016-02-12 13:39:39 -05:00
..
process correctly handle term signals 2016-02-08 09:51:16 -05:00
__init__.py
module_common.py Clarify error message when module replacer encounters a bad import line for module_utils code 2016-02-10 08:46:17 -08:00
play_iterator.py Fixing bugs related to nested blocks inside roles 2016-02-12 13:39:39 -05:00
playbook_executor.py termination handling 2016-02-10 15:35:30 -05:00
stats.py
task_executor.py allow skipping tasks due to undefined var 2016-02-11 14:16:38 -05:00
task_queue_manager.py correctly handle term signals 2016-02-08 09:51:16 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00