mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Update zabbix_maintenance.py (#36123)
clarify that removal happens by name - while expected, it's good to be explicit
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user