community.general/lib/ansible/executor
Brian Coca bd9094c925 include_role (role revamp implementation) (#17232)
* attempt #11 to role_include

* fixes from jimi-c

* do not override load_data, move all to load

* removed debugging

* implemented tasks_from parameter, must break cache

* fixed issue with cache and tasks_from

* make resolution of from_tasks prioritize literal

* avoid role dependency dedupe when include_role

* fixed role deps and handlers are now loaded

* simplified code, enabled k=v parsing

used example from jimi-c

* load role defaults for task when include_role

* fixed issue with from_Tasks overriding all subdirs

* corrected priority order of main candidates

* made tasks_from a more generic interface to roles

* fix block inheritance and handler order

* allow vars: clause into included role

* pull vars already processed vs from raw data

* fix from jimi-c blocks i broke

* added back append for dynamic includes

* only allow for basename in from parameter

* fix for docs when no default

* fixed notes

* added include_role to changelog
2016-08-26 13:42:13 -04:00
..
process py3-friendly multi-exception fix for missing fileno under debugger 2016-08-23 19:55:39 -07:00
__init__.py
module_common.py Workaround for Ubuntu Python3 looking for modules in wrong places (#17211) 2016-08-24 00:43:50 -07:00
play_iterator.py Cache tasks by uuid in PlayIterator for O(1) lookups 2016-08-10 12:49:19 -05:00
playbook_executor.py Clean up PlaybookExecutor logic for batches and errors 2016-08-18 13:52:34 -05:00
stats.py
task_executor.py include_role (role revamp implementation) (#17232) 2016-08-26 13:42:13 -04:00
task_queue_manager.py Use post_validated play for serial calculations in TQM 2016-08-25 17:50:22 -05:00
task_result.py Performance improvements 2016-08-08 15:58:46 -05:00