1
0
Fork 0
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:
Fabio Alessandro Locati 2016-11-11 22:26:09 +00:00 committed by Matt Clay
parent 727e533bfc
commit 47297bb19c

View file

@ -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 = '''