Fix paths to vars
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
servicenow.itsm.incident:
|
||||
state: new
|
||||
caller: "admin"
|
||||
short_description: "CPUHog event detected on: {{ event.alert.labels.instance }}"
|
||||
description: "A CPUHog was detected on: {{ event.alert.labels.instance }} that needs to be investigated."
|
||||
short_description: "CPUHog event detected on: {{ ansible_eda.event.alert.labels.instance }}"
|
||||
description: "A CPUHog was detected on: {{ ansible_eda.event.alert.labels.instance }} that needs to be investigated."
|
||||
impact: high
|
||||
urgency: high
|
||||
delegate_to: localhost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user