community.general/lib/ansible/executor
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
..
process ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
__init__.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
action_write_locks.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
module_common.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
play_iterator.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
playbook_executor.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
stats.py ansible/executor: PEP8 compliancy (#24695) 2017-05-30 18:13:53 +01:00
task_executor.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
task_queue_manager.py Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
task_result.py Fix 'task name is not templated in retry callback' (add task_name property to TaskResult) (#21214) 2017-02-24 12:33:24 -05:00