mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor typo fix in zabbix_action (#54229)
Changed 'operaration' to 'operation'
This commit is contained in:
parent
eb1d52ebc6
commit
ab47142fa0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue