ansible/lib/ansible/playbook
James Cammarata 8ef564176b Handle includes which may have been created in the flow of the playbook
Since 2.0 made all includes dynamic, it is now possible to create and
include a file in the course of executing a playbook. However, with the
introduction of implicit static includes this can cause problems if an
include is thought to be static but does not yet exist. For now, we're
handling missing implicit static includes as a potential dynamic include
but also adding a deprecation message to show includes like this will
need to be marked as `static: no` in the future.

Fixes #15342
2016-04-12 09:33:58 -04:00
..
role centralize path list handling 2016-03-30 07:16:09 -07:00
__init__.py output color is now configurable 2015-12-29 17:40:47 -05:00
attribute.py attribute defaults that are containers are a copy 2015-12-09 08:40:06 -08:00
base.py Allow FieldAttribute lists and sets to be set from a comma separated string 2016-03-14 14:53:29 -07:00
become.py Fix misspelling and some cosmetic change 2016-03-10 03:18:09 +01:00
block.py Fix bugs related to task_includes and dep chain inheritance 2016-02-13 01:02:47 -05:00
conditional.py Another misspelling 2016-03-10 03:24:04 +01:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Handle includes which may have been created in the flow of the playbook 2016-04-12 09:33:58 -04:00
included_file.py Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
play.py Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
play_context.py Ziploader 2016-04-05 11:06:17 -07:00
playbook_include.py Forward conditionals onto included plays when conditional eval errors 2016-01-20 01:32:45 -05:00
taggable.py Split up comma-separated tags properly 2016-01-12 08:18:06 -05:00
task.py Revert "Removing explicit setting of failed/failed_when" 2016-03-10 08:01:54 -05:00
task_include.py Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00