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:
Dag Wieers
2018-12-15 03:23:59 +01:00
committed by GitHub
parent 79947245e2
commit 26474c6902
105 changed files with 479 additions and 129 deletions

View File

@@ -54,7 +54,13 @@ notes:
Thus, it is not possible to use C(win_shell) to spawn long-running child or background processes.
Consider creating a Windows service for managing background processes.
- For non-Windows targets, use the M(shell) module instead.
- See also M(win_command), M(raw)
seealso:
- module: psexec
- module: raw
- module: script
- module: shell
- module: win_command
- module: win_psexec
author:
- Matt Davis (@nitzmahone)
'''