mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
minor typo fix in zabbix_action (#54229)
Changed 'operaration' to 'operation'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user