community.general/v2/ansible/playbook
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
..
role Fixing more v2 bugs 2015-01-29 16:44:01 -06:00
__init__.py Fixing playbook includes in v2 where included paths are relative 2015-01-28 15:03:06 -06:00
attribute.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
base.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
block.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
conditional.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
handler.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
helpers.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
play.py added environment to play and made both it and no_log inhertiable by 2015-01-09 12:39:49 -05:00
playbook_include.py Fixing playbook includes in v2 where included paths are relative 2015-01-28 15:03:06 -06:00
taggable.py Starting work on getting integration tests working on v2 2015-01-12 16:07:01 -06:00
task.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
vars.py Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
vars_file.py Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00