added docs for vars_from/defaults_from
This commit is contained in:
parent
79d970d5b8
commit
e37f57fc90
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@ options:
|
||||||
- "File to load from a Role's tasks/ directory."
|
- "File to load from a Role's tasks/ directory."
|
||||||
required: False
|
required: False
|
||||||
default: 'main'
|
default: 'main'
|
||||||
|
vars_from:
|
||||||
|
description:
|
||||||
|
- "File to load from a Role's vars/ directory."
|
||||||
|
required: False
|
||||||
|
default: 'main'
|
||||||
|
defaults_from:
|
||||||
|
description:
|
||||||
|
- "File to load from a Role's defaults/ directory."
|
||||||
|
required: False
|
||||||
|
default: 'main'
|
||||||
notes:
|
notes:
|
||||||
- THIS IS EARLY PREVIEW, THINGS MAY CHANGE
|
- THIS IS EARLY PREVIEW, THINGS MAY CHANGE
|
||||||
- Only basic roles have been tested for now, some things might not work as expected.
|
- Only basic roles have been tested for now, some things might not work as expected.
|
||||||
|
|
Loading…
Reference in a new issue