mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -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:
|
options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Create or remove a maintenance window.
|
- Create or remove a maintenance window. Maintenance window to remove is identified by name.
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue