ansible/test/integration/targets/include_import
Matt Martz 27b4d7ed31
Add feature to expose vars/defaults with include/import_role (#41330)
* First pass at making 'private' work on include_role, imports are always public

* Prevent dupe task execution and overwriting handlers

* New functionality will use public instead of deprecated private

* Add tests for public exposure

* Validate vars before import/include to ensure they don't expose too early

* Add porting guide docs about public argument and change to import_role

* Add additional docs about public and vars exposure to module docs

* Insert role handlers at parse time, exposing them globally
2018-07-15 09:59:30 -05:00
..
apply Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
grandchild Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 2018-04-16 16:46:47 -05:00
nestedtasks/nested
playbook Pass vars from import_playbook in early (#39521) 2018-04-30 16:13:43 -05:00
public_exposure Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
role Restore previous test play, break new tests into a new play (#39688) 2018-05-03 13:50:21 -05:00
roles Ensure handlers have proper parent (#39426) 2018-04-27 12:03:57 -05:00
tasks Don't ignore a duplicate host for an already processed include (#40361) 2018-06-08 15:36:22 -05:00
undefined_var Don't skip conditional exception on includes (#39377) 2018-04-26 13:39:44 -05:00
aliases
runme.sh Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
test_copious_include_tasks.yml
test_grandparent_inheritance.yml Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827) 2018-04-16 16:46:47 -05:00
test_nested_tasks.yml
test_role_recursion.yml