community.general/lib/ansible/executor
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
* Unit tests exposed a problem where nested blocks did not correctly
  hit rescue/always portions of parent blocks
* Cleaned up logic in PlayIterator
* Unfortunately fixing the above exposed a potential problem in the
  block integration tests, where a failure in an "always" section may
  always lead to a failed state and the termination of execution
  beyond that point, so certain parts of the block integration test
  were disabled.
2016-03-09 13:31:30 -05:00
..
process Merge pull request #14793 from xiaket/devel 2016-03-07 12:51:38 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py We are actually taking the repr of a string so we need separate to_bytes and repr calls 2016-02-26 16:57:32 -08:00
play_iterator.py Fixing PlayIterator bugs 2016-03-09 13:31:30 -05:00
playbook_executor.py Use a unicode format string so that we don't convert to byte strings 2016-02-26 10:29:37 -08:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py make all conditionals lists 2016-03-09 09:33:59 -05:00
task_queue_manager.py remove main_q for simplicity. 2016-03-04 07:58:18 +00:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00