[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:
Pilou 2018-08-09 16:00:59 +02:00 committed by Matt Martz
commit 32eab149b6
2 changed files with 4 additions and 3 deletions

View file

@ -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.
'''