Use native YAML (#3436)

This commit is contained in:
Fabio Alessandro Locati 2016-11-11 22:36:55 +00:00 committed by Matt Clay
parent 1e00adefd5
commit 7af000bdb1

View file

@ -96,7 +96,9 @@ EXAMPLES = '''
arn: arn:aws:lambda:us-east-1:123456789012:function:MyFunction
input: '{"foo": "bar"}'
- cloudwatchevent_rule: name=MyCronTask state=absent
- cloudwatchevent_rule:
name: MyCronTask
state: absent
'''
RETURN = '''