mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Deprecate private for include_role (#39821)
This commit is contained in:
parent
f08332acb4
commit
384a0d8b01
2 changed files with 8 additions and 2 deletions
|
@ -49,8 +49,8 @@ options:
|
|||
default: 'yes'
|
||||
private:
|
||||
description:
|
||||
- If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the
|
||||
play.
|
||||
- This option is a no op, and the functionality described in previous versions was not implemented. This
|
||||
option will be removed in Ansible v2.8.
|
||||
type: bool
|
||||
default: 'no'
|
||||
notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue