1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent 1d1e1fcc3e
commit 0df453bb5d

View file

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