added note on choice version availability

This commit is contained in:
Brian Coca 2016-01-11 19:06:44 -05:00
parent 4ca07d511e
commit 520d245ae7

View file

@ -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']