mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
Adjust doc style (#9435)
* adjust doc style * Update plugins/modules/swupd.py Co-authored-by: Felix Fontein <felix@fontein.de> * restore sanity --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c83fc5fd49
commit
2f82bd8ece
24 changed files with 50 additions and 49 deletions
|
@ -14,7 +14,7 @@ module: sensu_silence
|
|||
author: Steven Bambling (@smbambling)
|
||||
short_description: Manage Sensu silence entries
|
||||
description:
|
||||
- Create and clear (delete) a silence entries via the Sensu API for subscriptions and checks.
|
||||
- Create and clear (delete) a silence entries using the Sensu API for subscriptions and checks.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
@ -46,7 +46,7 @@ options:
|
|||
state:
|
||||
type: str
|
||||
description:
|
||||
- Specifies to create or clear (delete) a silence entry via the Sensu API.
|
||||
- Specifies to create or clear (delete) a silence entry using the Sensu API.
|
||||
default: present
|
||||
choices: ['present', 'absent']
|
||||
subscription:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue