mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 15:51:30 -07: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 |
||
---|---|---|
.. | ||
__init__.py | ||
assert.py | ||
async_status.py | ||
async_wrapper.py | ||
debug.py | ||
fail.py | ||
import_playbook.py | ||
import_role.py | ||
import_tasks.py | ||
include.py | ||
include_role.py | ||
include_tasks.py | ||
include_vars.py | ||
pause.py | ||
set_fact.py | ||
set_stats.py | ||
wait_for.py | ||
wait_for_connection.py |