Skip to content

Commit

Permalink
fix: AAP-39412 incorrect credential in examples (#384)
Browse files Browse the repository at this point in the history
* fix: AAP-39412 incorrect credential in examples

The eda-setup.yml example playbook currently fails because the
credential name passed to create a basic event stream is different
from the credential created before.

This commit fixes this issue and allows the example playbook to
continue.

* Remove 'event_stream_type' from example

---------

Co-authored-by: Kaio Oliveira <>
  • Loading branch information
kaiokmo authored Jan 28, 2025
1 parent 64a32f1 commit d110bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/eda-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
ansible.eda.event_stream:
organization_name: "{{ organization_name }}"
name: basic event stream
credential_name: basic event stream
event_stream_type: Basic Event Stream
credential_name: basic event stream credential

- name: Get the event stream generated
register: event_stream_data
Expand Down

0 comments on commit d110bae

Please sign in to comment.