From 9fb4e24660ff72754fcd190c960b904f7e53da34 Mon Sep 17 00:00:00 2001 From: curry9999 Date: Thu, 27 Dec 2018 22:14:20 +0900 Subject: [PATCH] Documentation remove escape r (#50277) * A colon is not described * dddd * Update branch --- .../cloud/amazon/aws_config_aggregation_authorization.py | 6 +++--- lib/ansible/modules/cloud/amazon/aws_config_aggregator.py | 6 +++--- .../modules/cloud/amazon/aws_config_delivery_channel.py | 6 +++--- lib/ansible/modules/cloud/amazon/aws_config_recorder.py | 6 +++--- lib/ansible/modules/cloud/amazon/aws_config_rule.py | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_config_aggregation_authorization.py b/lib/ansible/modules/cloud/amazon/aws_config_aggregation_authorization.py index 6df6c92ed17..90065588176 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_aggregation_authorization.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_aggregation_authorization.py @@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'supported_by': 'community'} -DOCUMENTATION = r''' +DOCUMENTATION = ''' --- module: aws_config_aggregation_authorization short_description: Manage cross-account AWS Config authorizations @@ -39,7 +39,7 @@ extends_documentation_fragment: - ec2 ''' -EXAMPLES = r''' +EXAMPLES = ''' - name: Get current account ID aws_caller_facts: register: whoami @@ -49,7 +49,7 @@ EXAMPLES = r''' authorzed_aws_region: us-east-1 ''' -RETURN = r'''#''' +RETURN = '''#''' try: diff --git a/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py b/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py index 72adaf0997d..03c1e5f3f71 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py @@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'supported_by': 'community'} -DOCUMENTATION = r''' +DOCUMENTATION = ''' --- module: aws_config_aggregator short_description: Manage AWS Config aggregations across multiple accounts @@ -63,7 +63,7 @@ extends_documentation_fragment: - ec2 ''' -EXAMPLES = r''' +EXAMPLES = ''' - name: Create cross-account aggregator aws_config_aggregator: name: test_config_rule @@ -76,7 +76,7 @@ EXAMPLES = r''' all_aws_regions: yes ''' -RETURN = r'''#''' +RETURN = '''#''' try: diff --git a/lib/ansible/modules/cloud/amazon/aws_config_delivery_channel.py b/lib/ansible/modules/cloud/amazon/aws_config_delivery_channel.py index f315720e876..7e01e1bba74 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_delivery_channel.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_delivery_channel.py @@ -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: diff --git a/lib/ansible/modules/cloud/amazon/aws_config_recorder.py b/lib/ansible/modules/cloud/amazon/aws_config_recorder.py index dbf7252bc7f..04612379e13 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_recorder.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_recorder.py @@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'supported_by': 'community'} -DOCUMENTATION = r''' +DOCUMENTATION = ''' --- module: aws_config_recorder short_description: Manage AWS Config Recorders @@ -66,7 +66,7 @@ extends_documentation_fragment: - ec2 ''' -EXAMPLES = r''' +EXAMPLES = ''' - name: Create Configuration Recorder for AWS Config aws_config_recorder: name: test_configuration_recorder @@ -77,7 +77,7 @@ EXAMPLES = r''' include_global_types: true ''' -RETURN = r'''#''' +RETURN = '''#''' try: diff --git a/lib/ansible/modules/cloud/amazon/aws_config_rule.py b/lib/ansible/modules/cloud/amazon/aws_config_rule.py index c8a0ba5eb97..bb6d6be93e7 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_rule.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_rule.py @@ -12,7 +12,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'supported_by': 'community'} -DOCUMENTATION = r''' +DOCUMENTATION = ''' --- module: aws_config_rule short_description: Manage AWS Config resources @@ -86,7 +86,7 @@ extends_documentation_fragment: - ec2 ''' -EXAMPLES = r''' +EXAMPLES = ''' - name: Create Config Rule for AWS Config aws_config_rule: name: test_config_rule @@ -101,7 +101,7 @@ EXAMPLES = r''' ''' -RETURN = r'''#''' +RETURN = '''#''' try: