community.general/v2/ansible/executor
James Cammarata 995aa8e24b Making task includes dynamic and fixing many other bugs
Dynamic task includes still need some work, this is a rough first version.
* doesn't work with handler sections of playbooks yet
* when using include + with*, the insertion order is backwards
* fix potential for task lists to be unsynchronized when using the linear
  strategy, as the include conditional could be predicated on an inventory
  variable
2015-02-12 18:17:16 +00:00
..
process Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
__init__.py Adding v2 task/block iterator and some reorganizing 2014-11-08 01:44:21 -06:00
connection_info.py Fixing many bugs in v2 2015-02-09 16:56:38 -06:00
host_log.py Adding v2 task/block iterator and some reorganizing 2014-11-08 01:44:21 -06:00
host_log_manager.py Adding v2 task/block iterator and some reorganizing 2014-11-08 01:44:21 -06:00
manager.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
module_common.py Move from using inspect to __file__ in order to find the path to the 2015-02-10 14:41:15 -08:00
play_iterator.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
playbook_executor.py Fixing more v2 issues with integration tests 2015-01-26 23:41:19 -06:00
task_executor.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
task_queue_manager.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
task_result.py Fixing v2 code for test_yum and added capability to squash items 2015-01-20 01:16:19 -06:00