mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add missing modules (#25483)
This commit is contained in:
parent
6ce7448ca4
commit
357069afcb
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue