mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add seealso section to Windows and related modules (#49845)
* Add seealso section to Windows and related modules * Fixes after review
This commit is contained in:
@@ -81,6 +81,11 @@ notes:
|
||||
- An alternative to using inline shell scripts with this module is to use
|
||||
the M(script) module possibly together with the M(template) module.
|
||||
- For Windows targets, use the M(win_shell) module instead.
|
||||
seealso:
|
||||
- module: command
|
||||
- module: raw
|
||||
- module: script
|
||||
- module: win_shell
|
||||
author:
|
||||
- Ansible Core Team
|
||||
- Michael DeHaan
|
||||
|
||||
Reference in New Issue
Block a user