From ab47142fa003c1d4e2f781c350fc93df26d2fafc Mon Sep 17 00:00:00 2001 From: Richlv Date: Fri, 22 Mar 2019 14:19:43 +0200 Subject: [PATCH] minor typo fix in zabbix_action (#54229) Changed 'operaration' to 'operation' --- lib/ansible/modules/monitoring/zabbix/zabbix_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_action.py b/lib/ansible/modules/monitoring/zabbix/zabbix_action.py index fa56c2fcad..b8fa0c9e7f 100644 --- a/lib/ansible/modules/monitoring/zabbix/zabbix_action.py +++ b/lib/ansible/modules/monitoring/zabbix/zabbix_action.py @@ -1073,7 +1073,7 @@ class Operations(object): operation: operation to construct the conditions Returns: - list: constructed operaration conditions + list: constructed operation conditions """ _opcond = operation.get('operation_condition') if _opcond is not None: