mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Use native YAML (#3436)
This commit is contained in:
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 = '''
|
||||
|
||||
Reference in New Issue
Block a user