include_role.py (ansible-2.14.0) | : | include_role.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 55 | skipping to change at line 55 | |||
- File to load from a role's C(defaults/) directory. | - File to load from a role's C(defaults/) directory. | |||
type: str | type: str | |||
default: main | default: main | |||
allow_duplicates: | allow_duplicates: | |||
description: | description: | |||
- Overrides the role's metadata setting to allow using a role more than on ce with the same parameters. | - Overrides the role's metadata setting to allow using a role more than on ce with the same parameters. | |||
type: bool | type: bool | |||
default: yes | default: yes | |||
public: | public: | |||
description: | description: | |||
- This option dictates whether the role's C(vars) and C(defaults) are expo sed to the play. If set to C(yes) | - This option dictates whether the role's C(vars) and C(defaults) are expo sed to the play. If set to C(true) | |||
the variables will be available to tasks following the C(include_role) t ask. This functionality differs from | the variables will be available to tasks following the C(include_role) t ask. This functionality differs from | |||
standard variable exposure for roles listed under the C(roles) header or C(import_role) as they are exposed | standard variable exposure for roles listed under the C(roles) header or C(import_role) as they are exposed | |||
to the play at playbook parsing time, and available to earlier roles and tasks as well. | to the play at playbook parsing time, and available to earlier roles and tasks as well. | |||
type: bool | type: bool | |||
default: no | default: no | |||
version_added: '2.7' | version_added: '2.7' | |||
handlers_from: | handlers_from: | |||
description: | description: | |||
- File to load from a role's C(handlers/) directory. | - File to load from a role's C(handlers/) directory. | |||
type: str | type: str | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |