Zabbix action: Correcting 'notify_all_involved' for acknowledge operations (#53197)

This commit is contained in:
Ruben Tsirunyan 2019-03-03 13:23:22 +04:00 committed by ansibot
commit 0df453bb5d

View file

@ -1229,6 +1229,7 @@ class AcknowledgeOperations(Operations):
None, None,
None, None,
None, None,
None,
"notify_all_involved"], operation['type'] "notify_all_involved"], operation['type']
) )
except Exception as e: except Exception as e: