mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-15 22:14:58 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| apply | ||
| grandchild | ||
| nestedtasks/nested | ||
| playbook | ||
| public_exposure | ||
| role | ||
| roles | ||
| tasks | ||
| undefined_var | ||
| aliases | ||
| runme.sh | ||
| test_copious_include_tasks.yml | ||
| test_grandparent_inheritance.yml | ||
| test_nested_tasks.yml | ||
| test_role_recursion.yml | ||