mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Documentation remove escape r (#50277)
* A colon is not described * dddd * Update branch
This commit is contained in:
parent
cda4010024
commit
9fb4e24660
5 changed files with 15 additions and 15 deletions
|
@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
'supported_by': 'community'}
|
||||
|
||||
|
||||
DOCUMENTATION = r'''
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: aws_config_delivery_channel
|
||||
short_description: Manage AWS Config delivery channels
|
||||
|
@ -50,7 +50,7 @@ extends_documentation_fragment:
|
|||
- ec2
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
EXAMPLES = '''
|
||||
- name: Create Delivery Channel for AWS Config
|
||||
aws_config_delivery_channel:
|
||||
name: test_delivery_channel
|
||||
|
@ -60,7 +60,7 @@ EXAMPLES = r'''
|
|||
delivery_frequency: 'Twelve_Hours'
|
||||
'''
|
||||
|
||||
RETURN = r'''#'''
|
||||
RETURN = '''#'''
|
||||
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue