Skip to content

Commit

Permalink
Update zabbix_maintenance.py (#36123)
Browse files Browse the repository at this point in the history
clarify that removal happens by name - while expected, it's good to be explicit
  • Loading branch information
richlv authored and ansibot committed Feb 22, 2018
1 parent d31d981 commit 0e0d6cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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" ]
Expand Down

0 comments on commit 0e0d6cf

Please sign in to comment.