summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Hindenes <trond@hindenes.com>2016-08-23 21:39:56 +0200
committerTrond Hindenes <trond@hindenes.com>2016-08-23 21:39:56 +0200
commit965c590808f34982704a8cf31fc4dacb0d67f0f5 (patch)
tree6e4eb06c8b80c17d7342d18688df9a50e4f011e8
parenta695e18615792b50b24f1b5b5e80ca479fbb74a5 (diff)
downloadansible-965c590808f34982704a8cf31fc4dacb0d67f0f5.tar.gz
List supported core modules in doc
-rw-r--r--docsite/rst/intro_windows.rst19
1 files changed, 18 insertions, 1 deletions
diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst
index 5c5041be19..ab01bebf0c 100644
--- a/docsite/rst/intro_windows.rst
+++ b/docsite/rst/intro_windows.rst
@@ -246,7 +246,24 @@ What modules are available
``````````````````````````
Most of the Ansible modules in core Ansible are written for a combination of Linux/Unix machines and arbitrary web services, though there are various
-Windows modules as listed in the `"windows" subcategory of the Ansible module index <http://docs.ansible.com/list_of_windows_modules.html>`_.
+Windows-onlu modules are listed in the `"windows" subcategory of the Ansible module index <http://docs.ansible.com/list_of_windows_modules.html>`_.
+
+In addition, the following core module work with Windows:
+ assemble
+ fetch
+ raw
+ script
+ slurp
+ template
+ add_host
+ assert
+ debug
+ fail
+ group_by
+ include_vars
+ meta
+ pause
+ set_fact
Browse this index to see what is available.