Skip to content

Commit

Permalink
Fix typo in example_playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jryburn committed Feb 29, 2024
1 parent 090f35b commit 37144a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/example_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
hosts: localhost # use for local testing of the plugin
tasks:
- name: Print Kentik alert
ansible.buitlin.debug:
ansible.builtin.debug:
msg: "{{ ansible_eda.event.payload }}"

0 comments on commit 37144a6

Please sign in to comment.