mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use native YAML (#3433)
This commit is contained in:
parent
727e533bfc
commit
47297bb19c
1 changed files with 3 additions and 2 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue