mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Use semantic markup (modules m-n) (#6679)
* Use semantic markup. * Use option instead of alias. * Simplify. * Fix/improve nagios docs.
This commit is contained in:
parent
c694abbdf9
commit
b271dba4bf
24 changed files with 263 additions and 259 deletions
|
@ -53,7 +53,7 @@ options:
|
|||
target:
|
||||
description:
|
||||
- The target to run.
|
||||
- Typically this would be something like C(install), C(test), or C(all).
|
||||
- Typically this would be something like V(install), V(test), or V(all).
|
||||
type: str
|
||||
'''
|
||||
|
||||
|
@ -86,7 +86,7 @@ EXAMPLES = r'''
|
|||
RETURN = r'''
|
||||
chdir:
|
||||
description:
|
||||
- The value of the module parameter I(chdir).
|
||||
- The value of the module parameter O(chdir).
|
||||
type: str
|
||||
returned: success
|
||||
command:
|
||||
|
@ -97,22 +97,22 @@ command:
|
|||
version_added: 6.5.0
|
||||
file:
|
||||
description:
|
||||
- The value of the module parameter I(file).
|
||||
- The value of the module parameter O(file).
|
||||
type: str
|
||||
returned: success
|
||||
jobs:
|
||||
description:
|
||||
- The value of the module parameter I(jobs).
|
||||
- The value of the module parameter O(jobs).
|
||||
type: int
|
||||
returned: success
|
||||
params:
|
||||
description:
|
||||
- The value of the module parameter I(params).
|
||||
- The value of the module parameter O(params).
|
||||
type: dict
|
||||
returned: success
|
||||
target:
|
||||
description:
|
||||
- The value of the module parameter I(target).
|
||||
- The value of the module parameter O(target).
|
||||
type: str
|
||||
returned: success
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue