We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae91426 commit 105840dCopy full SHA for 105840d
playbooks/run-task.yml
@@ -0,0 +1,11 @@
1
+---
2
+- name: local event-driven-ansible test
3
+ hosts: localhost
4
+ tasks:
5
+ - name: Print Dynatrace event
6
+ debug:
7
+ msg: "{{ ansible_eda.event }}"
8
+ - name: "Here could be your ansible task for resolving the problem"
9
10
+ msg: "Resolve problem for the following affected entities {{ ansible_eda.event.title }}"
11
+
0 commit comments