mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07: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:
parent
79947245e2
commit
26474c6902
105 changed files with 479 additions and 129 deletions
|
@ -69,6 +69,9 @@ notes:
|
|||
- The M(expect) module is designed for simple scenarios. For more complex
|
||||
needs, consider the use of expect code with the M(shell) or M(script)
|
||||
modules. (An example is part of the M(shell) module documentation)
|
||||
seealso:
|
||||
- module: script
|
||||
- module: shell
|
||||
author: "Matt Martz (@sivel)"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue