This commit is contained in:
parent
6acdc36317
commit
65049b6c42
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
play.
|
||||
type: bool
|
||||
default: 'no'
|
||||
notes:
|
||||
- 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
|
||||
play.
|
||||
type: bool
|
||||
default: 'no'
|
||||
notes:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue