Add missing modules (#25483)

pull/24083/merge
Dag Wieers 7 years ago committed by jhawkesworth
parent 6ce7448ca4
commit 357069afcb

@ -357,20 +357,24 @@ In addition, the following core modules/action-plugins work with Windows:
* add_host * add_host
* assert * assert
* async * async_status
* debug * debug
* fail * fail
* fetch * fetch
* group_by * group_by
* include
* include_role
* include_vars * include_vars
* meta * meta
* pause * pause
* raw * raw
* script * script
* set_fact * set_fact
* set_stats
* setup * setup
* slurp * slurp
* template (also: win_template) * template (also: win_template)
* wait_for_connection
Some modules can be utilised in playbooks that target windows by delegating to localhost, depending on what you are Some modules can be utilised in playbooks that target windows by delegating to localhost, depending on what you are
attempting to achieve. For example, ``assemble`` can be used to create a file on your ansible controller that is then attempting to achieve. For example, ``assemble`` can be used to create a file on your ansible controller that is then

Loading…
Cancel
Save