Update zabbix_maintenance.py (#36123)

clarify that removal happens by name - while expected, it's good to be explicit
This commit is contained in:
Richlv 2018-02-22 17:46:04 +02:00 committed by ansibot
commit 0e0d6cf4f2

View file

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