added note on choice version availability
This commit is contained in:
parent
63bdeb6e6f
commit
b014769c30
1 changed files with 3 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue