mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
docs: removed default when required is true
This commit is contained in:
committed by
Matt Clay
parent
6c143d62ba
commit
20b75901aa
@@ -41,15 +41,12 @@ options:
|
||||
api_key:
|
||||
description: ["Your DataDog API key."]
|
||||
required: true
|
||||
default: null
|
||||
app_key:
|
||||
description: ["Your DataDog app key."]
|
||||
required: true
|
||||
default: null
|
||||
state:
|
||||
description: ["The designated state of the monitor."]
|
||||
required: true
|
||||
default: null
|
||||
choices: ['present', 'absent', 'muted', 'unmuted']
|
||||
type:
|
||||
description: ["The type of the monitor."]
|
||||
@@ -63,7 +60,6 @@ options:
|
||||
name:
|
||||
description: ["The name of the alert."]
|
||||
required: true
|
||||
default: null
|
||||
message:
|
||||
description: ["A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same '@username' notation as events."]
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user