From c00fcfc23eafb1543593fec602c41f0f5037fb7d Mon Sep 17 00:00:00 2001 From: serosset Date: Mon, 17 Jan 2022 05:10:38 +0000 Subject: [PATCH] fix tag indentation --- plugins/modules/aws_acm.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/modules/aws_acm.py b/plugins/modules/aws_acm.py index fdcd4fa419d..178e01c332f 100644 --- a/plugins/modules/aws_acm.py +++ b/plugins/modules/aws_acm.py @@ -195,7 +195,6 @@ - name: request a certificate issued by ACM community.aws.aws_acm: - name_tag: my_cert # to be applied through an AWS tag as "Name":"my_cert" certificate_request: domain_name: acm.ansible.com subject_alternative_names: @@ -206,8 +205,10 @@ options: certificate_transparency_logging_preference: ENABLED certificate_authority_arn: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 - tags: - Application: opensearch + tags: + Name: my_cert + Application: search + Environment: development ''' RETURN = '''