community.general/lib/ansible/plugins
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
..
action Fix fetch idempotence (#17255) 2016-08-25 21:45:38 -07:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Fix context_demo callback plugin. (#17235) 2016-08-25 10:22:27 -07:00
connection Get the ssh plugin working with python3 (#17234) 2016-08-25 10:57:55 -07:00
filter Make the extract filter return Undefined on KeyError 2016-08-25 22:45:20 +05:30
lookup Fix octal output in a few more places (#17250) 2016-08-25 14:58:35 -07:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy include_role (role revamp implementation) (#17232) 2016-08-26 13:42:13 -04:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Make _display_plugin_load much less noisy 2016-08-26 20:28:58 +05:30