You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
apply Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 7 years ago
grandchild
nestedtasks/nested
playbook Pass vars from import_playbook in early (#39521) 7 years ago
public_exposure Add feature to expose vars/defaults with include/import_role (#41330) 6 years ago
role Restore previous test play, break new tests into a new play (#39688) 7 years ago
roles
tasks Don't ignore a duplicate host for an already processed include (#40361) 7 years ago
undefined_var
aliases
runme.sh Add feature to expose vars/defaults with include/import_role (#41330) 6 years ago
test_copious_include_tasks.yml
test_grandparent_inheritance.yml
test_nested_tasks.yml
test_role_recursion.yml