mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00:00
Use native YAML (#3433)
This commit is contained in:
committed by
Matt Clay
parent
727e533bfc
commit
47297bb19c
@@ -102,8 +102,9 @@ EXAMPLES = '''
|
||||
batch_size: 100
|
||||
starting_position: TRIM_HORIZON
|
||||
|
||||
- name: show source event
|
||||
debug: var=lambda_stream_events
|
||||
- name: Show source event
|
||||
debug:
|
||||
var: lambda_stream_events
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user