mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 09:51:27 -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
|
@ -33,7 +33,7 @@ options:
|
|||
description:
|
||||
- Name of job for delete, stop and start job without source.
|
||||
- Name of job for delete, stop and start job without source.
|
||||
- Either this or I(content) must be specified.
|
||||
- Either this or O(content) must be specified.
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
|
@ -49,7 +49,7 @@ options:
|
|||
content:
|
||||
description:
|
||||
- Content of Nomad job.
|
||||
- Either this or I(name) must be specified.
|
||||
- Either this or O(name) must be specified.
|
||||
type: str
|
||||
content_format:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue