mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user