mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -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
|
@ -29,6 +29,7 @@ module: assert
|
|||
short_description: Asserts given expressions are true
|
||||
description:
|
||||
- This module asserts that given expressions are true with an optional custom message.
|
||||
- This module is also supported for Windows targets.
|
||||
version_added: "1.5"
|
||||
options:
|
||||
that:
|
||||
|
@ -39,7 +40,8 @@ options:
|
|||
msg:
|
||||
description:
|
||||
- "The customized message used for a failing assertion"
|
||||
required: false
|
||||
notes:
|
||||
- This module is also supported for Windows targets.
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Michael DeHaan"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue