Merge pull request #2285 from evanccnyc/devel
add documentation for include_vars and JSON
This commit is contained in:
commit
0fa4c5fc2b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ author: "Benno Joy (@bennojoy)"
|
||||||
module: include_vars
|
module: include_vars
|
||||||
short_description: Load variables from files, dynamically within a task.
|
short_description: Load variables from files, dynamically within a task.
|
||||||
description:
|
description:
|
||||||
- Loads variables from a YAML file dynamically during task runtime. It can work with conditionals, or use host specific variables to determine the path name to load from.
|
- Loads variables from a YAML/JSON file dynamically during task runtime. It can work with conditionals, or use host specific variables to determine the path name to load from.
|
||||||
options:
|
options:
|
||||||
free-form:
|
free-form:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue