From ef1189304dfb08406075fe922c9c72858ddb69d5 Mon Sep 17 00:00:00 2001 From: Stefan Bieler Date: Tue, 26 Sep 2017 09:19:30 +0200 Subject: [PATCH] Fix documentation of "state" param --- lib/ansible/modules/monitoring/datadog_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/datadog_monitor.py b/lib/ansible/modules/monitoring/datadog_monitor.py index 2d7d03f1ac5..1f1b2ef6a8d 100644 --- a/lib/ansible/modules/monitoring/datadog_monitor.py +++ b/lib/ansible/modules/monitoring/datadog_monitor.py @@ -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