Update zabbix_maintenance.py (#36123)

clarify that removal happens by name - while expected, it's good to be explicit
pull/36588/head
Richlv 7 years ago committed by ansibot
parent d31d981aa5
commit 0e0d6cf4f2

@ -27,7 +27,7 @@ requirements:
options:
state:
description:
- Create or remove a maintenance window.
- Create or remove a maintenance window. Maintenance window to remove is identified by name.
required: false
default: present
choices: [ "present", "absent" ]

Loading…
Cancel
Save