mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
[doc] import_role: mention version from which behavior changed and fix some typos (#43843)
* [doc] fix some typos * [doc] import_role: mention version from which behavior changed
This commit is contained in:
@@ -56,8 +56,9 @@ options:
|
||||
default: 'no'
|
||||
notes:
|
||||
- Handlers are made available to the whole play.
|
||||
- Variables defined in C(vars) and C(default) for the role are exposed at playbook parsing time. Due to this,
|
||||
these variables will be accessible to roles and tasks executed before the the location of the C(import_role) task.
|
||||
- "Since Ansible 2.7: variables defined in C(vars) and C(defaults) for the role are exposed at playbook parsing time.
|
||||
Due to this, these variables will be accessible to roles and tasks executed before the location of the
|
||||
C(import_role) task."
|
||||
- Unlike C(include_role) variable exposure is not configurable, and will always be exposed.
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user