community.general/lib/ansible/modules/utilities/logic
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
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Improve code style 2018-06-21 13:59:50 -04:00
async_status.py Use https for links to ansible.com domains. 2018-04-23 11:33:56 -07:00
async_wrapper.py Temporary (#31677) 2018-01-15 21:15:04 -08:00
debug.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
fail.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
import_playbook.py Unifying wording and formatting of all include and import modules (#31938) 2017-11-22 14:05:29 -08:00
import_role.py Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
import_tasks.py Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
include.py undeprecate include 2018-02-07 12:35:56 -05:00
include_role.py Add feature to expose vars/defaults with include/import_role (#41330) 2018-07-15 09:59:30 -05:00
include_tasks.py Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
include_vars.py Add ignore_unknown_extensions to include_vars for dir (#35809) 2018-05-31 15:30:49 -04:00
pause.py Update pause.py (#42297) 2018-07-04 16:48:55 +05:30
set_fact.py Modules to link relatively to docs (#39081) 2018-04-20 17:35:50 +01:00
set_stats.py Update set_stats.py 2018-05-02 11:10:52 -04:00
wait_for.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
wait_for_connection.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00