mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
d31d981aa5
commit
0e0d6cf4f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue