8ef564176b
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 |
||
---|---|---|
.. | ||
role | ||
__init__.py | ||
attribute.py | ||
base.py | ||
become.py | ||
block.py | ||
conditional.py | ||
handler.py | ||
helpers.py | ||
included_file.py | ||
play.py | ||
play_context.py | ||
playbook_include.py | ||
taggable.py | ||
task.py | ||
task_include.py | ||
vars.py | ||
vars_file.py |