Skip to content

Commit

Permalink
Create run-task.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimmer authored Feb 19, 2024
1 parent ae91426 commit 105840d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playbooks/run-task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: local event-driven-ansible test
hosts: localhost
tasks:
- name: Print Dynatrace event
debug:
msg: "{{ ansible_eda.event }}"
- name: "Here could be your ansible task for resolving the problem"
debug:
msg: "Resolve problem for the following affected entities {{ ansible_eda.event.title }}"

0 comments on commit 105840d

Please sign in to comment.