mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Zabbix action: Correcting 'notify_all_involved' for acknowledge operations (#53197)
This commit is contained in:
parent
1d1e1fcc3e
commit
0df453bb5d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue