From 520d245ae7c692d53a8fed84744c34b25b54309e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 11 Jan 2016 19:06:44 -0500 Subject: [PATCH] added note on choice version availability --- monitoring/datadog_monitor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/monitoring/datadog_monitor.py b/monitoring/datadog_monitor.py index d61d1b025e9..71a17e18223 100644 --- a/monitoring/datadog_monitor.py +++ b/monitoring/datadog_monitor.py @@ -49,7 +49,9 @@ options: required: true choices: ['present', 'absent', 'muted', 'unmuted'] type: - description: ["The type of the monitor."] + description: + - "The type of the monitor." + - The 'event alert'is available starting at Ansible 2.1 required: false default: null choices: ['metric alert', 'service check', 'event alert']