summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/utilities/logic/include_vars.py
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2017-06-26 16:26:53 +0100
committerJohn R Barker <john@johnrbarker.com>2017-06-26 16:26:53 +0100
commit7d7051fc546087151826ce5170f12056bbe8fe37 (patch)
tree60cb3338fbbb7ac7779451b753b8822d1c3d3216 /lib/ansible/modules/utilities/logic/include_vars.py
parent8765eadb307cc864ad1daa029db17e0a7bb78e90 (diff)
downloadansible-7d7051fc546087151826ce5170f12056bbe8fe37.tar.gz
Mutually reference Windows and non-Windows modules (#25482)
* Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Replace 'look at' with 'use', as requested ci_complete
Diffstat (limited to 'lib/ansible/modules/utilities/logic/include_vars.py')
-rw-r--r--lib/ansible/modules/utilities/logic/include_vars.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ansible/modules/utilities/logic/include_vars.py b/lib/ansible/modules/utilities/logic/include_vars.py
index da7977bd93..5ba6237829 100644
--- a/lib/ansible/modules/utilities/logic/include_vars.py
+++ b/lib/ansible/modules/utilities/logic/include_vars.py
@@ -21,6 +21,7 @@ short_description: Load variables from files, dynamically within a task.
description:
- Loads variables from a YAML/JSON files dynamically from within a file or from a directory recursively during task runtime. If loading a directory,
the files are sorted alphabetically before being loaded.
+ - This module is also supported for Windows targets.
version_added: "1.4"
options:
file:
@@ -65,6 +66,8 @@ options:
description:
- This module allows you to specify the 'file' option directly w/o any other options.
There is no 'free-form' option, this is just an indicator, see example below.
+notes:
+ - This module is also supported for Windows targets.
'''
EXAMPLES = """