summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Carter <evanc@seatgeek.com>2015-10-15 15:06:32 -0400
committerEvan Carter <evanc@seatgeek.com>2015-10-15 15:06:32 -0400
commit7b9c326ca635b06d617923caf67570c5ef027565 (patch)
tree264c9757c4ecae7af21f734145c4f8b897db64be
parent7b21bc71441f5eaf3641d56526eb69ac41638ebe (diff)
downloadansible-modules-core-7b9c326ca635b06d617923caf67570c5ef027565.tar.gz
add documentation stating that JSON files can be loaded with include_vars
-rw-r--r--utilities/logic/include_vars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/logic/include_vars.py b/utilities/logic/include_vars.py
index a6b2b5b1..fb55ab55 100644
--- a/utilities/logic/include_vars.py
+++ b/utilities/logic/include_vars.py
@@ -14,7 +14,7 @@ author: "Benno Joy (@bennojoy)"
module: include_vars
short_description: Load variables from files, dynamically within a task.
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:
free-form:
description: