Skip to content

Commit

Permalink
Fix YAML syntax issues in DOCUMENTATION (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel authored Feb 27, 2025
1 parent fd0acb3 commit 2496b1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion extensions/eda/plugins/event_source/aws_cloudtrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
short_description: Receive events from an AWS CloudTrail
description:
- An ansible-rulebook event source module for getting events from an AWS CloudTrail.
- This supports all the authentication methods supported by boto library:
- >
This supports all the authentication methods supported by boto library:
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
options:
access_key:
Expand Down
3 changes: 2 additions & 1 deletion extensions/eda/plugins/event_source/aws_sqs_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
short_description: Receive events via an AWS SQS queue.
description:
- An ansible-rulebook event source plugin for receiving events via an AWS SQS queue.
- This supports all the authentication methods supported by boto library:
- >
This supports all the authentication methods supported by boto library:
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
options:
access_key:
Expand Down
3 changes: 2 additions & 1 deletion extensions/eda/plugins/event_source/pg_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
special to enable chunking. The sender, which is the pg_notify
action from ansible-rulebook, will decide if chunking needs to
happen based on the size of the payload.
- If the messages are over 7KB the sender will chunk the messages
- |
If the messages are over 7KB the sender will chunk the messages
into separate payloads with each payload having the following
keys:
* _message_chunked_uuid The unique message uuid
Expand Down

0 comments on commit 2496b1d

Please sign in to comment.