Use native YAML (#3436)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent 1e00adefd5
commit 7af000bdb1

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

Loading…
Cancel
Save