Update zabbix_action.py (#50548)

* Update zabbix_action.py

Clarify when in/not in operators can be used.
pull/4420/head
Richlv 2019-01-09 17:32:39 +02:00 committed by Alicia Cozine
parent 4c72ef124b
commit 95f97bb8d6
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ options:
operator: operator:
description: description:
- Condition operator. - Condition operator.
- When I(type) is set to C(time_period), the choices are C(in), C(not in).
choices: choices:
- '=' - '='
- '<>' - '<>'