mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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:
@@ -95,8 +95,10 @@ notes:
|
||||
can't be modified or created by the remote user either.
|
||||
- When waiting for a path, symbolic links will be followed. Many other modules that manipulate files do not follow symbolic links,
|
||||
so operations on the path using other modules may not work exactly as expected.
|
||||
- This module is also supported for Windows targets.
|
||||
- See also M(wait_for_connection)
|
||||
seealso:
|
||||
- module: wait_for_connection
|
||||
- module: win_wait_for
|
||||
- module: win_wait_for_process
|
||||
author:
|
||||
- Jeroen Hoekx (@jhoekx)
|
||||
- John Jarvis (@jarv)
|
||||
|
||||
@@ -43,7 +43,12 @@ options:
|
||||
default: 600
|
||||
notes:
|
||||
- This module is also supported for Windows targets.
|
||||
author: "Dag Wieers (@dagwieers)"
|
||||
seealso:
|
||||
- module: wait_for
|
||||
- module: win_wait_for
|
||||
- module: win_wait_for_process
|
||||
author:
|
||||
- Dag Wieers (@dagwieers)
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
||||
Reference in New Issue
Block a user