mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -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
|
@ -38,12 +38,12 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- The name of the resource to obtain the profile for.
|
||||
- Must be specified if I(resource_id) is not set. Both options are mutually exclusive.
|
||||
- Must be specified if O(resource_id) is not set. Both options are mutually exclusive.
|
||||
resource_id:
|
||||
type: int
|
||||
description:
|
||||
- The ID of the resource to obtain the profile for.
|
||||
- Must be specified if I(resource_name) is not set. Both options are mutually exclusive.
|
||||
- Must be specified if O(resource_name) is not set. Both options are mutually exclusive.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue