1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
James Cammarata 483df9c5f8 Imports and includes (#25399)
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.
2017-06-06 16:39:48 -05:00
..
role Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
__init__.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
become.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
block.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
included_file.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play_context.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
playbook_include.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
role_include.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00