mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-19 17:01:25 -07:00
[PR #6679/b271dba4 backport][stable-7] Use semantic markup (modules m-n) (#6704)
Use semantic markup (modules m-n) (#6679)
* Use semantic markup.
* Use option instead of alias.
* Simplify.
* Fix/improve nagios docs.
(cherry picked from commit b271dba4bf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be0d207f90
commit
f583dbd2d3
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