mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation of "state" param
This commit is contained in:
parent
90e2def72a
commit
ef1189304d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ options:
|
|||
state:
|
||||
description: ["The designated state of the monitor."]
|
||||
required: true
|
||||
choices: ['present', 'absent', 'muted', 'unmuted']
|
||||
choices: ['present', 'absent', 'mute', 'unmute']
|
||||
tags:
|
||||
description: ["A list of tags to associate with your monitor when creating or updating. This can help you categorize and filter monitors."]
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue