mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-24 10:18:47 +00:00
Initial commit to split includes into static imports/dynamic includes
This implements the new include/import syntax for Ansible 2.4:
* include_{tasks,role,variables} = dynamic
* import_{playbook,tasks,role} = static
The old bare `include` will be considered deprecated, as will any use of the `static: {yes|no}` option.
This also adds docs for import/include and reorganizing the "Playbook Reuse" section of the documentation.
|
||
|---|---|---|
| .. | ||
| role | ||
| __init__.py | ||
| attribute.py | ||
| base.py | ||
| become.py | ||
| block.py | ||
| conditional.py | ||
| handler.py | ||
| handler_task_include.py | ||
| helpers.py | ||
| included_file.py | ||
| loop_control.py | ||
| play.py | ||
| play_context.py | ||
| playbook_include.py | ||
| role_include.py | ||
| taggable.py | ||
| task.py | ||
| task_include.py | ||