Set default=no in import_role and include_role for private. Fixes #21077 (#39566)

pull/39568/head
Matt Martz 7 years ago committed by GitHub
parent 6acdc36317
commit 65049b6c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,7 @@ options:
- If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the - 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. play.
type: bool type: bool
default: 'no'
notes: notes:
- Handlers are made available to the whole play. - Handlers are made available to the whole play.
''' '''

@ -52,6 +52,7 @@ options:
- If C(yes) the variables from C(defaults/) and C(vars/) in a role will not be made available to the rest of the - 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. play.
type: bool type: bool
default: 'no'
notes: notes:
- Handlers are made available to the whole play. - Handlers are made available to the whole play.
- Before Ansible 2.4, as with C(include), this task could be static or dynamic, If static, it implied that it won't - Before Ansible 2.4, as with C(include), this task could be static or dynamic, If static, it implied that it won't

Loading…
Cancel
Save