From 7b9c326ca635b06d617923caf67570c5ef027565 Mon Sep 17 00:00:00 2001 From: Evan Carter Date: Thu, 15 Oct 2015 15:06:32 -0400 Subject: [PATCH] add documentation stating that JSON files can be loaded with include_vars --- utilities/logic/include_vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/logic/include_vars.py b/utilities/logic/include_vars.py index a6b2b5b152f..fb55ab5515f 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: