Use native YAML (#3436)
This commit is contained in:
parent
1e00adefd5
commit
7af000bdb1
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ EXAMPLES = '''
|
||||||
arn: arn:aws:lambda:us-east-1:123456789012:function:MyFunction
|
arn: arn:aws:lambda:us-east-1:123456789012:function:MyFunction
|
||||||
input: '{"foo": "bar"}'
|
input: '{"foo": "bar"}'
|
||||||
|
|
||||||
- cloudwatchevent_rule: name=MyCronTask state=absent
|
- cloudwatchevent_rule:
|
||||||
|
name: MyCronTask
|
||||||
|
state: absent
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue