mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
Mutually reference Windows and non-Windows modules (#25482)
* Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Replace 'look at' with 'use', as requested ci_complete
This commit is contained in:
parent
8765eadb30
commit
7d7051fc54
50 changed files with 137 additions and 20 deletions
|
@ -32,6 +32,7 @@ description:
|
|||
- Retries the transport connection after a timeout of C(connect_timeout).
|
||||
- Tests the transport connection every C(sleep) seconds.
|
||||
- This module makes use of internal ansible transport (and configuration) and the ping/win_ping module to guarantee correct end-to-end functioning.
|
||||
- This module is also supported for Windows targets.
|
||||
version_added: "2.3"
|
||||
options:
|
||||
connect_timeout:
|
||||
|
@ -50,6 +51,8 @@ options:
|
|||
description:
|
||||
- Maximum number of seconds to wait for.
|
||||
default: 600
|
||||
notes:
|
||||
- This module is also supported for Windows targets.
|
||||
author: "Dag Wieers (@dagwieers)"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue