community.aws
community.aws copied to clipboard
aws_ssm (connection plugin): read until the true end of stdout
SUMMARY
I was trying to use aws ssm connection for an ansible playbook. I faced this issue:
<i-XXX> POST_PROCESS: echo ~admin
echo $'\n'$?
<i-XXX> ssm_retry: attempt: 0, caught exception(invalid literal for int() with base 10: "echo $'\\n'$?") from cmd (echo ~admin...), pausing for 0 seconds
I added some debug to the code and saw that stdout was processed until it sees mark_end
. Problem is that stty -echo
is not yet flushed (ie. executed in the pty) when we write to stdin echo <mark_end>
. So the output parsing is stopped before anything was really executed.
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
aws_ssm
ADDITIONAL INFORMATION
Build succeeded.
:x: ansible-galaxy-importer FAILURE in 4m 02s (non-voting) :heavy_check_mark: build-ansible-collection SUCCESS in 4m 50s :heavy_check_mark: ansible-test-sanity-docker-devel SUCCESS in 11m 18s (non-voting) :heavy_check_mark: ansible-test-sanity-docker-milestone SUCCESS in 9m 23s :heavy_check_mark: ansible-test-sanity-docker-stable-2.9 SUCCESS in 12m 35s :heavy_check_mark: ansible-test-sanity-docker-stable-2.11 SUCCESS in 12m 05s :heavy_check_mark: ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 08s :heavy_check_mark: ansible-test-units-community-aws-python38 SUCCESS in 42m 03s :heavy_check_mark: ansible-test-units-community-aws-python39 SUCCESS in 5m 48s :heavy_check_mark: ansible-test-splitter SUCCESS in 2m 55s :warning: integration-community.aws-1 SKIPPED :warning: integration-community.aws-2 SKIPPED :warning: integration-community.aws-3 SKIPPED :warning: integration-community.aws-4 SKIPPED :warning: integration-community.aws-5 SKIPPED :warning: integration-community.aws-6 SKIPPED :warning: integration-community.aws-7 SKIPPED :warning: integration-community.aws-8 SKIPPED :warning: integration-community.aws-9 SKIPPED :warning: integration-community.aws-10 SKIPPED :warning: integration-community.aws-11 SKIPPED :warning: integration-community.aws-12 SKIPPED :warning: integration-community.aws-13 SKIPPED
Docs Build 📝
Thank you for contribution!✨
The docsite for this PR is available for download as an artifact from this run: https://github.com/ansible-collections/community.aws/actions/runs/3083468242
You can compare to the docs for the main
branch here:
https://ansible-collections.github.io/community.aws/branch/main
File changes:
A
collections/community/aws/accessanalyzer_validate_policy_info_module.htmlA
collections/community/aws/acm_certificate_info_module.htmlA
collections/community/aws/acm_certificate_module.htmlA
collections/community/aws/api_gateway_domain_module.htmlA
collections/community/aws/api_gateway_module.htmlA
collections/community/aws/application_autoscaling_policy_module.htmlA
collections/community/aws/autoscaling_complete_lifecycle_action_module.htmlA
collections/community/aws/autoscaling_group_info_module.htmlA
collections/community/aws/autoscaling_group_module.htmlA
collections/community/aws/autoscaling_instance_refresh_info_module.htmlA
collections/community/aws/autoscaling_instance_refresh_module.htmlA
collections/community/aws/autoscaling_launch_config_find_module.htmlA
collections/community/aws/autoscaling_launch_config_info_module.htmlA
collections/community/aws/autoscaling_launch_config_module.htmlA
collections/community/aws/autoscaling_lifecycle_hook_module.htmlA
collections/community/aws/autoscaling_policy_module.htmlA
collections/community/aws/autoscaling_scheduled_action_module.htmlA
collections/community/aws/batch_compute_environment_module.htmlA
collections/community/aws/batch_job_definition_module.htmlA
collections/community/aws/batch_job_queue_module.htmlA
collections/community/aws/cloudfront_distribution_info_module.htmlA
collections/community/aws/cloudwatch_metric_alarm_module.htmlA
collections/community/aws/codebuild_project_module.htmlA
collections/community/aws/codecommit_repository_module.htmlA
collections/community/aws/codepipeline_module.htmlA
collections/community/aws/config_aggregation_authorization_module.htmlA
collections/community/aws/config_aggregator_module.htmlA
collections/community/aws/config_delivery_channel_module.htmlA
collections/community/aws/config_recorder_module.htmlA
collections/community/aws/config_rule_module.htmlA
collections/community/aws/directconnect_confirm_connection_module.htmlA
collections/community/aws/directconnect_connection_module.htmlA
collections/community/aws/directconnect_gateway_module.htmlA
collections/community/aws/directconnect_link_aggregation_group_module.htmlA
collections/community/aws/directconnect_virtual_interface_module.htmlA
collections/community/aws/eks_cluster_module.htmlA
collections/community/aws/elasticbeanstalk_app_module.htmlA
collections/community/aws/glue_connection_module.htmlA
collections/community/aws/glue_crawler_module.htmlA
collections/community/aws/glue_job_module.htmlA
collections/community/aws/inspector_target_module.htmlA
collections/community/aws/kms_key_info_module.htmlA
collections/community/aws/kms_key_module.htmlA
collections/community/aws/lambda_execute_module.htmlA
collections/community/aws/lightsail_static_ip_module.htmlA
collections/community/aws/msk_cluster_module.htmlA
collections/community/aws/msk_config_module.htmlA
collections/community/aws/opensearch_info_module.htmlA
collections/community/aws/opensearch_module.htmlA
collections/community/aws/rds_cluster_snapshot_module.htmlA
collections/community/aws/s3_bucket_info_module.htmlA
collections/community/aws/s3_cors_module.htmlA
collections/community/aws/secretsmanager_secret_module.htmlA
collections/community/aws/ses_identity_module.htmlA
collections/community/aws/ses_identity_policy_module.htmlA
collections/community/aws/ses_rule_set_module.htmlA
collections/community/aws/ssm_parameter_module.htmlA
collections/community/aws/stepfunctions_state_machine_execution_module.htmlA
collections/community/aws/stepfunctions_state_machine_module.htmlA
collections/community/aws/storagegateway_info_module.htmlA
collections/community/aws/waf_condition_module.htmlA
collections/community/aws/waf_info_module.htmlA
collections/community/aws/waf_rule_module.htmlA
collections/community/aws/waf_web_acl_module.htmlD
collections/community/aws/rds_snapshot_module.htmlM
collections/community/aws/aws_acm_info_module.htmlM
collections/community/aws/aws_acm_module.htmlM
collections/community/aws/aws_api_gateway_domain_module.htmlM
collections/community/aws/aws_api_gateway_module.htmlM
collections/community/aws/aws_application_scaling_policy_module.htmlM
collections/community/aws/aws_batch_compute_environment_module.htmlM
collections/community/aws/aws_batch_job_definition_module.htmlM
collections/community/aws/aws_batch_job_queue_module.htmlM
collections/community/aws/aws_codebuild_module.htmlM
collections/community/aws/aws_codecommit_module.htmlM
collections/community/aws/aws_codepipeline_module.htmlM
collections/community/aws/aws_config_aggregation_authorization_module.htmlM
collections/community/aws/aws_config_aggregator_module.htmlM
collections/community/aws/aws_config_delivery_channel_module.htmlM
collections/community/aws/aws_config_recorder_module.htmlM
collections/community/aws/aws_config_rule_module.htmlM
collections/community/aws/aws_direct_connect_confirm_connection_module.htmlM
collections/community/aws/aws_direct_connect_connection_module.htmlM
collections/community/aws/aws_direct_connect_gateway_module.htmlM
collections/community/aws/aws_direct_connect_link_aggregation_group_module.htmlM
collections/community/aws/aws_direct_connect_virtual_interface_module.htmlM
collections/community/aws/aws_eks_cluster_module.htmlM
collections/community/aws/aws_elasticbeanstalk_app_module.htmlM
collections/community/aws/aws_glue_connection_module.htmlM
collections/community/aws/aws_glue_job_module.htmlM
collections/community/aws/aws_inspector_target_module.htmlM
collections/community/aws/aws_kms_info_module.htmlM
collections/community/aws/aws_kms_module.htmlM
collections/community/aws/aws_msk_cluster_module.htmlM
collections/community/aws/aws_msk_config_module.htmlM
collections/community/aws/aws_region_info_module.htmlM
collections/community/aws/aws_s3_bucket_info_module.htmlM
collections/community/aws/aws_s3_cors_module.htmlM
collections/community/aws/aws_secret_module.htmlM
collections/community/aws/aws_ses_identity_module.htmlM
collections/community/aws/aws_ses_identity_policy_module.htmlM
collections/community/aws/aws_ses_rule_set_module.htmlM
collections/community/aws/aws_sgw_info_module.htmlM
collections/community/aws/aws_ssm_connection.htmlM
collections/community/aws/aws_ssm_parameter_store_module.htmlM
collections/community/aws/aws_step_functions_state_machine_execution_module.htmlM
collections/community/aws/aws_step_functions_state_machine_module.htmlM
collections/community/aws/aws_waf_condition_module.htmlM
collections/community/aws/aws_waf_info_module.htmlM
collections/community/aws/aws_waf_rule_module.htmlM
collections/community/aws/aws_waf_web_acl_module.htmlM
collections/community/aws/cloudformation_exports_info_module.htmlM
collections/community/aws/cloudformation_stack_set_module.htmlM
collections/community/aws/cloudfront_distribution_module.htmlM
collections/community/aws/cloudfront_info_module.htmlM
collections/community/aws/cloudfront_invalidation_module.htmlM
collections/community/aws/cloudfront_origin_access_identity_module.htmlM
collections/community/aws/cloudfront_response_headers_policy_module.htmlM
collections/community/aws/cloudtrail_module.htmlM
collections/community/aws/cloudwatchevent_rule_module.htmlM
collections/community/aws/cloudwatchlogs_log_group_info_module.htmlM
collections/community/aws/cloudwatchlogs_log_group_metric_filter_module.htmlM
collections/community/aws/cloudwatchlogs_log_group_module.htmlM
collections/community/aws/data_pipeline_module.htmlM
collections/community/aws/dms_endpoint_module.htmlM
collections/community/aws/dms_replication_subnet_group_module.htmlM
collections/community/aws/dynamodb_table_module.htmlM
collections/community/aws/dynamodb_ttl_module.htmlM
collections/community/aws/ec2_ami_copy_module.htmlM
collections/community/aws/ec2_asg_info_module.htmlM
collections/community/aws/ec2_asg_instance_refresh_info_module.htmlM
collections/community/aws/ec2_asg_instance_refresh_module.htmlM
collections/community/aws/ec2_asg_lifecycle_hook_module.htmlM
collections/community/aws/ec2_asg_module.htmlM
collections/community/aws/ec2_asg_scheduled_action_module.htmlM
collections/community/aws/ec2_customer_gateway_info_module.htmlM
collections/community/aws/ec2_customer_gateway_module.htmlM
collections/community/aws/ec2_eip_info_module.htmlM
collections/community/aws/ec2_eip_module.htmlM
collections/community/aws/ec2_elb_module.htmlM
collections/community/aws/ec2_instance_info_module.htmlM
collections/community/aws/ec2_instance_module.htmlM
collections/community/aws/ec2_launch_template_module.htmlM
collections/community/aws/ec2_lc_find_module.htmlM
collections/community/aws/ec2_lc_info_module.htmlM
collections/community/aws/ec2_lc_module.htmlM
collections/community/aws/ec2_metric_alarm_module.htmlM
collections/community/aws/ec2_placement_group_info_module.htmlM
collections/community/aws/ec2_placement_group_module.htmlM
collections/community/aws/ec2_scaling_policy_module.htmlM
collections/community/aws/ec2_snapshot_copy_module.htmlM
collections/community/aws/ec2_transit_gateway_info_module.htmlM
collections/community/aws/ec2_transit_gateway_module.htmlM
collections/community/aws/ec2_transit_gateway_vpc_attachment_info_module.htmlM
collections/community/aws/ec2_transit_gateway_vpc_attachment_module.htmlM
collections/community/aws/ec2_vpc_egress_igw_module.htmlM
collections/community/aws/ec2_vpc_endpoint_info_module.htmlM
collections/community/aws/ec2_vpc_endpoint_module.htmlM
collections/community/aws/ec2_vpc_endpoint_service_info_module.htmlM
collections/community/aws/ec2_vpc_igw_info_module.htmlM
collections/community/aws/ec2_vpc_igw_module.htmlM
collections/community/aws/ec2_vpc_nacl_info_module.htmlM
collections/community/aws/ec2_vpc_nacl_module.htmlM
collections/community/aws/ec2_vpc_nat_gateway_info_module.htmlM
collections/community/aws/ec2_vpc_nat_gateway_module.htmlM
collections/community/aws/ec2_vpc_peer_module.htmlM
collections/community/aws/ec2_vpc_peering_info_module.htmlM
collections/community/aws/ec2_vpc_route_table_info_module.htmlM
collections/community/aws/ec2_vpc_route_table_module.htmlM
collections/community/aws/ec2_vpc_vgw_info_module.htmlM
collections/community/aws/ec2_vpc_vgw_module.htmlM
collections/community/aws/ec2_vpc_vpn_info_module.htmlM
collections/community/aws/ec2_vpc_vpn_module.htmlM
collections/community/aws/ec2_win_password_module.htmlM
collections/community/aws/ecs_attribute_module.htmlM
collections/community/aws/ecs_cluster_module.htmlM
collections/community/aws/ecs_ecr_module.htmlM
collections/community/aws/ecs_service_info_module.htmlM
collections/community/aws/ecs_service_module.htmlM
collections/community/aws/ecs_tag_module.htmlM
collections/community/aws/ecs_task_module.htmlM
collections/community/aws/ecs_taskdefinition_info_module.htmlM
collections/community/aws/ecs_taskdefinition_module.htmlM
collections/community/aws/efs_info_module.htmlM
collections/community/aws/efs_module.htmlM
collections/community/aws/efs_tag_module.htmlM
collections/community/aws/eks_fargate_profile_module.htmlM
collections/community/aws/elasticache_info_module.htmlM
collections/community/aws/elasticache_module.htmlM
collections/community/aws/elasticache_parameter_group_module.htmlM
collections/community/aws/elasticache_snapshot_module.htmlM
collections/community/aws/elasticache_subnet_group_module.htmlM
collections/community/aws/elb_application_lb_info_module.htmlM
collections/community/aws/elb_application_lb_module.htmlM
collections/community/aws/elb_classic_lb_info_module.htmlM
collections/community/aws/elb_classic_lb_module.htmlM
collections/community/aws/elb_instance_module.htmlM
collections/community/aws/elb_network_lb_module.htmlM
collections/community/aws/elb_target_group_info_module.htmlM
collections/community/aws/elb_target_group_module.htmlM
collections/community/aws/elb_target_info_module.htmlM
collections/community/aws/elb_target_module.htmlM
collections/community/aws/execute_lambda_module.htmlM
collections/community/aws/iam_access_key_info_module.htmlM
collections/community/aws/iam_access_key_module.htmlM
collections/community/aws/iam_group_module.htmlM
collections/community/aws/iam_managed_policy_module.htmlM
collections/community/aws/iam_mfa_device_info_module.htmlM
collections/community/aws/iam_password_policy_module.htmlM
collections/community/aws/iam_policy_info_module.htmlM
collections/community/aws/iam_policy_module.htmlM
collections/community/aws/iam_role_info_module.htmlM
collections/community/aws/iam_role_module.htmlM
collections/community/aws/iam_saml_federation_module.htmlM
collections/community/aws/iam_server_certificate_info_module.htmlM
collections/community/aws/iam_server_certificate_module.htmlM
collections/community/aws/iam_user_info_module.htmlM
collections/community/aws/iam_user_module.htmlM
collections/community/aws/index.htmlM
collections/community/aws/kinesis_stream_module.htmlM
collections/community/aws/lambda_alias_module.htmlM
collections/community/aws/lambda_event_module.htmlM
collections/community/aws/lambda_info_module.htmlM
collections/community/aws/lambda_module.htmlM
collections/community/aws/lambda_policy_module.htmlM
collections/community/aws/lightsail_module.htmlM
collections/community/aws/networkfirewall_info_module.htmlM
collections/community/aws/networkfirewall_module.htmlM
collections/community/aws/networkfirewall_policy_info_module.htmlM
collections/community/aws/networkfirewall_policy_module.htmlM
collections/community/aws/networkfirewall_rule_group_info_module.htmlM
collections/community/aws/networkfirewall_rule_group_module.htmlM
collections/community/aws/rds_cluster_info_module.htmlM
collections/community/aws/rds_cluster_module.htmlM
collections/community/aws/rds_instance_info_module.htmlM
collections/community/aws/rds_instance_module.htmlM
collections/community/aws/rds_instance_snapshot_module.htmlM
collections/community/aws/rds_option_group_info_module.htmlM
collections/community/aws/rds_option_group_module.htmlM
collections/community/aws/rds_param_group_module.htmlM
collections/community/aws/rds_snapshot_info_module.htmlM
collections/community/aws/rds_subnet_group_module.htmlM
collections/community/aws/redshift_cross_region_snapshots_module.htmlM
collections/community/aws/redshift_info_module.htmlM
collections/community/aws/redshift_module.htmlM
collections/community/aws/redshift_subnet_group_module.htmlM
collections/community/aws/route53_health_check_module.htmlM
collections/community/aws/route53_info_module.htmlM
collections/community/aws/route53_module.htmlM
collections/community/aws/route53_zone_module.htmlM
collections/community/aws/s3_bucket_notification_module.htmlM
collections/community/aws/s3_lifecycle_module.htmlM
collections/community/aws/s3_logging_module.htmlM
collections/community/aws/s3_metrics_configuration_module.htmlM
collections/community/aws/s3_sync_module.htmlM
collections/community/aws/s3_website_module.htmlM
collections/community/aws/sns_module.htmlM
collections/community/aws/sns_topic_info_module.htmlM
collections/community/aws/sns_topic_module.htmlM
collections/community/aws/sqs_queue_module.htmlM
collections/community/aws/sts_assume_role_module.htmlM
collections/community/aws/sts_session_token_module.htmlM
collections/community/aws/wafv2_ip_set_info_module.htmlM
collections/community/aws/wafv2_ip_set_module.htmlM
collections/community/aws/wafv2_resources_info_module.htmlM
collections/community/aws/wafv2_resources_module.htmlM
collections/community/aws/wafv2_rule_group_info_module.htmlM
collections/community/aws/wafv2_rule_group_module.htmlM
collections/community/aws/wafv2_web_acl_info_module.htmlM
collections/community/aws/wafv2_web_acl_module.htmlM
collections/index_module.html R082 /home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/iam_cert_module.html /home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/aws_glue_crawler_module.html
Click to see the diff comparison.
NOTE: only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files.
The diff output was truncated because it exceeded the maximum size.
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/aws_acm_info_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/aws_acm_info_module.html
index 47e21b8..de0b4ae 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/aws_acm_info_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/aws_acm_info_module.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>community.aws.aws_acm_info module – Retrieve certificate information from AWS Certificate Manager service — Ansible collections documentation</title>
+ <title>community.aws.aws_acm_info module — Ansible collections documentation</title>
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/css/ansible.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/antsibull-minimal.css" type="text/css" />
@@ -20,9 +20,7 @@
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
- <link rel="search" title="Search" href="../../../search.html" />
- <link rel="next" title="community.aws.aws_api_gateway module – Manage AWS API Gateway APIs" href="aws_api_gateway_module.html" />
- <link rel="prev" title="community.aws.aws_acm module – Upload and delete certificates in the AWS Certificate Manager service" href="aws_acm_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+ <link rel="search" title="Search" href="../../../search.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -70,18 +68,8 @@
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Collections:</span></p>
-<ul class="current">
-<li class="toctree-l1 current"><a class="reference internal" href="../../index.html">Collection Index</a><ul class="current">
-<li class="toctree-l2 current"><a class="reference internal" href="../index.html">Collections in the Community Namespace</a><ul class="current">
-<li class="toctree-l3 current"><a class="reference internal" href="index.html">Community.Aws</a><ul class="current">
-<li class="toctree-l4"><a class="reference internal" href="index.html#description">Description</a></li>
-<li class="toctree-l4 current"><a class="reference internal" href="index.html#plugin-index">Plugin Index</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../index.html">Collection Index</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Plugin indexes:</span></p>
<ul>
@@ -104,10 +92,7 @@
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../../index.html" class="icon icon-home"></a> »</li>
- <li><a href="../../index.html">Collection Index</a> »</li>
- <li><a href="../index.html">Collections in the Community Namespace</a> »</li>
- <li><a href="index.html">Community.Aws</a> »</li>
- <li>community.aws.aws_acm_info module – Retrieve certificate information from AWS Certificate Manager service</li>
+ <li>community.aws.aws_acm_info module</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
@@ -118,573 +103,17 @@
<div itemprop="articleBody">
- <span class="target" id="ansible-collections-community-aws-aws-acm-info-module"></span><section id="community-aws-aws-acm-info-module-retrieve-certificate-information-from-aws-certificate-manager-service">
-<h1>community.aws.aws_acm_info module – Retrieve certificate information from AWS Certificate Manager service<a class="headerlink" href="#community-aws-aws-acm-info-module-retrieve-certificate-information-from-aws-certificate-manager-service" title="Permalink to this heading"></a></h1>
+ <span class="target" id="ansible-collections-community-aws-aws-acm-info-module"></span><section id="community-aws-aws-acm-info-module">
+<h1>community.aws.aws_acm_info module<a class="headerlink" href="#community-aws-aws-acm-info-module" title="Permalink to this heading"></a></h1>
<div class="admonition note">
<p class="admonition-title">Note</p>
-<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/community/aws">community.aws collection</a> (version 4.0.0-dev0).</p>
-<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.aws</span></code>.
-You need further requirements to be able to use this module,
-see <a class="reference internal" href="#ansible-collections-community-aws-aws-acm-info-module-requirements"><span class="std std-ref">Requirements</span></a> for details.</p>
+<p>This redirect is part of the <a class="reference external" href="https://galaxy.ansible.com/community/aws">community.aws collection</a> (version 5.0.0-dev0).</p>
<p>To use it in a playbook, specify: <code class="code docutils literal notranslate"><span class="pre">community.aws.aws_acm_info</span></code>.</p>
</div>
-<div class="versionadded">
-<p><span class="versionmodified added">New in version community.aws: </span>1.0.0</p>
-</div>
-<div class="contents local topic" id="contents">
<ul class="simple">
-<li><p><a class="reference internal" href="#synopsis" id="id1">Synopsis</a></p></li>
-<li><p><a class="reference internal" href="#requirements" id="id2">Requirements</a></p></li>
-<li><p><a class="reference internal" href="#parameters" id="id3">Parameters</a></p></li>
-<li><p><a class="reference internal" href="#notes" id="id4">Notes</a></p></li>
-<li><p><a class="reference internal" href="#examples" id="id5">Examples</a></p></li>
-<li><p><a class="reference internal" href="#return-values" id="id6">Return Values</a></p></li>
+<li><p>This is a redirect to the <a class="reference internal" href="acm_certificate_info_module.html#ansible-collections-community-aws-acm-certificate-info-module"><span class="std std-ref">community.aws.acm_certificate_info module</span></a>.</p></li>
+<li><p>This redirect does <strong>not</strong> work with Ansible 2.9.</p></li>
</ul>
-</div>
-<section id="synopsis">
-<h2><a class="toc-backref" href="#id1">Synopsis</a><a class="headerlink" href="#synopsis" title="Permalink to this heading"></a></h2>
-<ul class="simple">
-<li><p>Retrieve information for ACM certificates</p></li>
-<li><p>Note that this will not return information about uploaded keys of size 4096 bits, due to a limitation of the ACM API.</p></li>
-</ul>
-</section>
-<section id="requirements">
-<span id="ansible-collections-community-aws-aws-acm-info-module-requirements"></span><h2><a class="toc-backref" href="#id2">Requirements</a><a class="headerlink" href="#requirements" title="Permalink to this heading"></a></h2>
-<p>The below requirements are needed on the host that executes this module.</p>
-<ul class="simple">
-<li><p>python >= 3.6</p></li>
-<li><p>boto3 >= 1.18.0</p></li>
-<li><p>botocore >= 1.21.0</p></li>
-</ul>
-</section>
-<section id="parameters">
-<h2><a class="toc-backref" href="#id3">Parameters</a><a class="headerlink" href="#parameters" title="Permalink to this heading"></a></h2>
-<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
-<thead>
-<tr class="row-odd"><th class="head"><p>Parameter</p></th>
-<th class="head"><p>Comments</p></th>
-</tr>
-</thead>
-<tbody>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-aws_access_key"></div>
-<div class="ansibleOptionAnchor" id="parameter-ec2_access_key"></div>
-<div class="ansibleOptionAnchor" id="parameter-access_key"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-ec2-access-key"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-access-key"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-access-key"></span><strong>aws_access_key</strong></p>
-<a class="ansibleOptionLink" href="#parameter-aws_access_key" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: ec2_access_key, access_key</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p><code class="docutils literal notranslate"><span class="pre">AWS</span> <span class="pre">access</span> <span class="pre">key</span></code>. If not set then the value of the <code class="docutils literal notranslate"><span class="pre">AWS_ACCESS_KEY_ID</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_ACCESS_KEY</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_ACCESS_KEY</span></code> environment variable is used.</p>
-<p>The <em>aws_access_key</em> and <em>profile</em> options are mutually exclusive.</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-aws_ca_bundle"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-ca-bundle"><strong>aws_ca_bundle</strong></p>
-<a class="ansibleOptionLink" href="#parameter-aws_ca_bundle" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">path</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>The location of a CA Bundle to use when validating SSL certificates.</p>
-<p>Note: The CA Bundle is read ‘module’ side and may need to be explicitly copied from the controller if not run locally.</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-aws_config"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-config"><strong>aws_config</strong></p>
-<a class="ansibleOptionLink" href="#parameter-aws_config" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>A dictionary to modify the botocore configuration.</p>
-<p>Parameters can be found at <a class="reference external" href="https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html#botocore.config.Config">https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html#botocore.config.Config</a>.</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-aws_secret_key"></div>
-<div class="ansibleOptionAnchor" id="parameter-ec2_secret_key"></div>
-<div class="ansibleOptionAnchor" id="parameter-secret_key"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-secret-key"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-ec2-secret-key"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-secret-key"></span><strong>aws_secret_key</strong></p>
-<a class="ansibleOptionLink" href="#parameter-aws_secret_key" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: ec2_secret_key, secret_key</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p><code class="docutils literal notranslate"><span class="pre">AWS</span> <span class="pre">secret</span> <span class="pre">key</span></code>. If not set then the value of the <code class="docutils literal notranslate"><span class="pre">AWS_SECRET_ACCESS_KEY</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_SECRET_KEY</span></code>, or <code class="docutils literal notranslate"><span class="pre">EC2_SECRET_KEY</span></code> environment variable is used.</p>
-<p>The <em>aws_secret_key</em> and <em>profile</em> options are mutually exclusive.</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-certificate_arn"></div>
-<div class="ansibleOptionAnchor" id="parameter-arn"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-certificate-arn"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-arn"></span><strong>certificate_arn</strong></p>
-<a class="ansibleOptionLink" href="#parameter-certificate_arn" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: arn</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>If provided, the results will be filtered to show only the certificate with this ARN.</p>
-<p>If no certificate with this ARN exists, this task will fail.</p>
-<p>If a certificate with this ARN exists in a different region, this task will fail</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-debug_botocore_endpoint_logs"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-debug-botocore-endpoint-logs"><strong>debug_botocore_endpoint_logs</strong></p>
-<a class="ansibleOptionLink" href="#parameter-debug_botocore_endpoint_logs" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>Use a botocore.endpoint logger to parse the unique (rather than total) “resource:action” API calls made during a task, outputing the set to the resource_actions key in the task results. Use the aws_resource_action callback to output to total list made during a playbook. The ANSIBLE_DEBUG_BOTOCORE_LOGS environment variable may also be used.</p>
-<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
-<ul class="simple">
-<li><p><span class="ansible-option-default-bold">false</span> <span class="ansible-option-default">← (default)</span></p></li>
-<li><p><span class="ansible-option-choices-entry">true</span></p></li>
-</ul>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-domain_name"></div>
-<div class="ansibleOptionAnchor" id="parameter-name"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-name"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-domain-name"></span><strong>domain_name</strong></p>
-<a class="ansibleOptionLink" href="#parameter-domain_name" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: name</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>The domain name of an ACM certificate to limit the search to</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-endpoint_url"></div>
-<div class="ansibleOptionAnchor" id="parameter-ec2_url"></div>
-<div class="ansibleOptionAnchor" id="parameter-aws_endpoint_url"></div>
-<div class="ansibleOptionAnchor" id="parameter-s3_url"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-s3-url"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-endpoint-url"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-ec2-url"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-endpoint-url"></span><strong>endpoint_url</strong></p>
-<a class="ansibleOptionLink" href="#parameter-endpoint_url" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: ec2_url, aws_endpoint_url, s3_url</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>URL to use to connect to EC2 or your Eucalyptus cloud (by default the module will use EC2 endpoints). Ignored for modules where region is required. Must be specified for all other modules if region is not used. If not set then the value of the EC2_URL environment variable, if any, is used.</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-profile"></div>
-<div class="ansibleOptionAnchor" id="parameter-aws_profile"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-profile"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-profile"></span><strong>profile</strong></p>
-<a class="ansibleOptionLink" href="#parameter-profile" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: aws_profile</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>The <em>profile</em> option is mutually exclusive with the <em>aws_access_key</em>, <em>aws_secret_key</em> and <em>security_token</em> options.</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-region"></div>
-<div class="ansibleOptionAnchor" id="parameter-aws_region"></div>
-<div class="ansibleOptionAnchor" id="parameter-ec2_region"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-region"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-ec2-region"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-region"></span><strong>region</strong></p>
-<a class="ansibleOptionLink" href="#parameter-region" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: aws_region, ec2_region</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used. See <a class="reference external" href="http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region">http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region</a></p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-security_token"></div>
-<div class="ansibleOptionAnchor" id="parameter-aws_session_token"></div>
-<div class="ansibleOptionAnchor" id="parameter-session_token"></div>
-<div class="ansibleOptionAnchor" id="parameter-aws_security_token"></div>
-<div class="ansibleOptionAnchor" id="parameter-access_token"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-session-token"><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-security-token"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-session-token"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-aws-security-token"></span><span id="ansible-collections-community-aws-aws-acm-info-module-parameter-access-token"></span><strong>security_token</strong></p>
-<a class="ansibleOptionLink" href="#parameter-security_token" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: aws_session_token, session_token, aws_security_token, access_token</span></p>
-<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p><code class="docutils literal notranslate"><span class="pre">AWS</span> <span class="pre">STS</span> <span class="pre">security</span> <span class="pre">token</span></code>. If not set then the value of the <code class="docutils literal notranslate"><span class="pre">AWS_SECURITY_TOKEN</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_SECURITY_TOKEN</span></code> environment variable is used.</p>
-<p>The <em>security_token</em> and <em>profile</em> options are mutually exclusive.</p>
-<p>Aliases <em>aws_session_token</em> and <em>session_token</em> have been added in version 3.2.0.</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-statuses"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-statuses"><strong>statuses</strong></p>
-<a class="ansibleOptionLink" href="#parameter-statuses" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>Status to filter the certificate results</p>
-<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
-<ul class="simple">
-<li><p><span class="ansible-option-choices-entry">PENDING_VALIDATION</span></p></li>
-<li><p><span class="ansible-option-choices-entry">ISSUED</span></p></li>
-<li><p><span class="ansible-option-choices-entry">INACTIVE</span></p></li>
-<li><p><span class="ansible-option-choices-entry">EXPIRED</span></p></li>
-<li><p><span class="ansible-option-choices-entry">VALIDATION_TIMED_OUT</span></p></li>
-<li><p><span class="ansible-option-choices-entry">REVOKED</span></p></li>
-<li><p><span class="ansible-option-choices-entry">FAILED</span></p></li>
-</ul>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-tags"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-tags"><strong>tags</strong></p>
-<a class="ansibleOptionLink" href="#parameter-tags" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>Filter results to show only certificates with tags that match all the tags specified here.</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-parameter-validate-certs"><strong>validate_certs</strong></p>
-<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>When set to “no”, SSL certificates will not be validated for communication with the AWS APIs.</p>
-<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
-<ul class="simple">
-<li><p><span class="ansible-option-choices-entry">false</span></p></li>
-<li><p><span class="ansible-option-default-bold">true</span> <span class="ansible-option-default">← (default)</span></p></li>
-</ul>
-</div></td>
-</tr>
-</tbody>
-</table>
-</section>
-<section id="notes">
-<h2><a class="toc-backref" href="#id4">Notes</a><a class="headerlink" href="#notes" title="Permalink to this heading"></a></h2>
-<div class="admonition note">
-<p class="admonition-title">Note</p>
-<ul class="simple">
-<li><p>If parameters are not set within the module, the following environment variables can be used in decreasing order of precedence <code class="docutils literal notranslate"><span class="pre">AWS_URL</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_URL</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_PROFILE</span></code> or <code class="docutils literal notranslate"><span class="pre">AWS_DEFAULT_PROFILE</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_ACCESS_KEY_ID</span></code> or <code class="docutils literal notranslate"><span class="pre">AWS_ACCESS_KEY</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_ACCESS_KEY</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_SECRET_ACCESS_KEY</span></code> or <code class="docutils literal notranslate"><span class="pre">AWS_SECRET_KEY</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_SECRET_KEY</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_SECURITY_TOKEN</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_SECURITY_TOKEN</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_REGION</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_REGION</span></code>, <code class="docutils literal notranslate"><span class="pre">AWS_CA_BUNDLE</span></code></p></li>
-<li><p>When no credentials are explicitly provided the AWS SDK (boto3) that Ansible uses will fall back to its configuration files (typically <code class="docutils literal notranslate"><span class="pre">~/.aws/credentials</span></code>). See <a class="reference external" href="https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html">https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html</a> for more information.</p></li>
-<li><p><code class="docutils literal notranslate"><span class="pre">AWS_REGION</span></code> or <code class="docutils literal notranslate"><span class="pre">EC2_REGION</span></code> can be typically be used to specify the AWS region, when required, but this can also be defined in the configuration files.</p></li>
-</ul>
-</div>
-</section>
-<section id="examples">
-<h2><a class="toc-backref" href="#id5">Examples</a><a class="headerlink" href="#examples" title="Permalink to this heading"></a></h2>
-<div class="highlight-yaml+jinja notranslate"><div class="highlight"><pre><span></span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">obtain all ACM certificates</span><span class="w"></span>
-<span class="w"> </span><span class="nt">community.aws.aws_acm_info</span><span class="p">:</span><span class="w"></span>
-
-<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">obtain all information for a single ACM certificate</span><span class="w"></span>
-<span class="w"> </span><span class="nt">community.aws.aws_acm_info</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="nt">domain_name</span><span class="p">:</span><span class="w"> </span><span class="s">"*.example_com"</span><span class="w"></span>
-
-<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">obtain all certificates pending validation</span><span class="w"></span>
-<span class="w"> </span><span class="nt">community.aws.aws_acm_info</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="nt">statuses</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">PENDING_VALIDATION</span><span class="w"></span>
-
-<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">obtain all certificates with tag Name=foo and myTag=bar</span><span class="w"></span>
-<span class="w"> </span><span class="nt">community.aws.aws_acm_info</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="nt">tags</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="nt">Name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">foo</span><span class="w"></span>
-<span class="w"> </span><span class="nt">myTag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">bar</span><span class="w"></span>
-
-
-<span class="c1"># The output is still a list of certificates, just one item long.</span><span class="w"></span>
-<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">obtain information about a certificate with a particular ARN</span><span class="w"></span>
-<span class="w"> </span><span class="nt">community.aws.aws_acm_info</span><span class="p">:</span><span class="w"></span>
-<span class="w"> </span><span class="nt">certificate_arn</span><span class="p">:</span><span class="w"> </span><span class="s">"arn:aws:acm:ap-southeast-2:123456789876:certificate/abcdeabc-abcd-1234-4321-abcdeabcde12"</span><span class="w"></span>
-</pre></div>
-</div>
-</section>
-<section id="return-values">
-<h2><a class="toc-backref" href="#id6">Return Values</a><a class="headerlink" href="#return-values" title="Permalink to this heading"></a></h2>
-<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible vdevel)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
-<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
-<thead>
-<tr class="row-odd"><th class="head"><p>Key</p></th>
-<th class="head"><p>Description</p></th>
-</tr>
-</thead>
-<tbody>
-<tr class="row-even"><td><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates"><strong>certificates</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">complex</span></p>
-</div></td>
-<td><div class="ansible-option-cell"><p>A list of certificates</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/certificate"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-certificate"><strong>certificate</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/certificate" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>The ACM Certificate body</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when certificate creation is complete</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “—–BEGIN CERTIFICATE—–\\\\nMII…..—–END CERTIFICATE—–\\\\n”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/certificate_arn"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-certificate-arn"><strong>certificate_arn</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/certificate_arn" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Certificate ARN</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “arn:aws:acm:ap-southeast-2:123456789012:certificate/abcd1234-abcd-1234-abcd-123456789abc”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/certificate_chain"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-certificate-chain"><strong>certificate_chain</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/certificate_chain" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Full certificate chain for the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when certificate creation is complete</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “—–BEGIN CERTIFICATE—–\\\\nMII…\\\\n—–END CERTIFICATE—–\\\\n—–BEGIN CERTIFICATE—–\\\\n…”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/created_at"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-created-at"><strong>created_at</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/created_at" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Date certificate was created</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “2017-08-15T10:31:19+10:00”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_name"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-name"><strong>domain_name</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_name" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Domain name for the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “*.example.com”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_validation_options"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-validation-options"><strong>domain_validation_options</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_validation_options" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">complex</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Options used by ACM to validate the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when certificate type is AMAZON_ISSUED</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_validation_options/domain_name"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-validation-options-domain-name"><strong>domain_name</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_validation_options/domain_name" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Fully qualified domain name of the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “example.com”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_validation_options/validation_domain"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-validation-options-validation-domain"><strong>validation_domain</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_validation_options/validation_domain" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>The domain name ACM used to send validation emails</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “example.com”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_validation_options/validation_emails"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-validation-options-validation-emails"><strong>validation_emails</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_validation_options/validation_emails" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>A list of email addresses that ACM used to send domain validation emails</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> [”<a class="reference external" href="mailto:admin%40example.com">admin<span>@</span>example<span>.</span>com</a>”, “<a class="reference external" href="mailto:postmaster%40example.com">postmaster<span>@</span>example<span>.</span>com</a>”]</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/domain_validation_options/validation_status"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-domain-validation-options-validation-status"><strong>validation_status</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/domain_validation_options/validation_status" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Validation status of the domain</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “SUCCESS”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/failure_reason"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-failure-reason"><strong>failure_reason</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/failure_reason" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Reason certificate request failed</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> only when certificate issuing failed</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “NO_AVAILABLE_CONTACTS”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/in_use_by"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-in-use-by"><strong>in_use_by</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/in_use_by" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>A list of ARNs for the AWS resources that are using the certificate.</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> []</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/issued_at"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-issued-at"><strong>issued_at</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/issued_at" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Date certificate was issued</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “2017-01-01T00:00:00+10:00”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/issuer"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-issuer"><strong>issuer</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/issuer" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Issuer of the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “Amazon”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/key_algorithm"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-key-algorithm"><strong>key_algorithm</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/key_algorithm" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Algorithm used to generate the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “RSA-2048”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/not_after"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-not-after"><strong>not_after</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/not_after" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Date after which the certificate is not valid</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “2019-01-01T00:00:00+10:00”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/not_before"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-not-before"><strong>not_before</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/not_before" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Date before which the certificate is not valid</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “2017-01-01T00:00:00+10:00”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary"><strong>renewal_summary</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">complex</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Information about managed renewal process</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when certificate is issued by Amazon and a renewal has been started</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/domain_validation_options"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-domain-validation-options"><strong>domain_validation_options</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/domain_validation_options" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">complex</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Options used by ACM to validate the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when certificate type is AMAZON_ISSUED</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/domain_validation_options/domain_name"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-domain-validation-options-domain-name"><strong>domain_name</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/domain_validation_options/domain_name" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Fully qualified domain name of the certificate</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “example.com”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/domain_validation_options/validation_domain"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-domain-validation-options-validation-domain"><strong>validation_domain</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/domain_validation_options/validation_domain" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>The domain name ACM used to send validation emails</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “example.com”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/domain_validation_options/validation_emails"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-domain-validation-options-validation-emails"><strong>validation_emails</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/domain_validation_options/validation_emails" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>A list of email addresses that ACM used to send domain validation emails</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> [”<a class="reference external" href="mailto:admin%40example.com">admin<span>@</span>example<span>.</span>com</a>”, “<a class="reference external" href="mailto:postmaster%40example.com">postmaster<span>@</span>example<span>.</span>com</a>”]</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/domain_validation_options/validation_status"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-domain-validation-options-validation-status"><strong>validation_status</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/domain_validation_options/validation_status" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Validation status of the domain</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “SUCCESS”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/renewal_summary/renewal_status"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-renewal-summary-renewal-status"><strong>renewal_status</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/renewal_summary/renewal_status" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Status of the domain renewal</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “PENDING_AUTO_RENEWAL”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/revocation_reason"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-revocation-reason"><strong>revocation_reason</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/revocation_reason" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Reason for certificate revocation</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when the certificate has been revoked</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “SUPERCEDED”</p>
-</div></td>
-</tr>
-<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/revoked_at"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-revoked-at"><strong>revoked_at</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/revoked_at" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
-</div></td>
-<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Date certificate was revoked</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when the certificate has been revoked</p>
-<p class="ansible-option-line ansible-option-sample"><span class="ansible-option-sample-bold">Sample:</span> “2017-09-01T10:00:00+10:00”</p>
-</div></td>
-</tr>
-<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
-<div class="ansibleOptionAnchor" id="return-certificates/serial"></div><p class="ansible-option-title" id="ansible-collections-community-aws-aws-acm-info-module-return-certificates-serial"><strong>serial</strong></p>
-<a class="ansibleOptionLink" href="#return-certificates/serial" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span><
Build succeeded.
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 07s :heavy_check_mark: build-ansible-collection SUCCESS in 5m 29s :heavy_check_mark: ansible-test-sanity-docker-devel SUCCESS in 10m 18s (non-voting) :heavy_check_mark: ansible-test-sanity-docker-milestone SUCCESS in 9m 08s :heavy_check_mark: ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 34s :heavy_check_mark: ansible-test-sanity-docker-stable-2.13 SUCCESS in 10m 12s :heavy_check_mark: ansible-test-units-community-aws-python38 SUCCESS in 6m 06s :heavy_check_mark: ansible-test-units-community-aws-python39 SUCCESS in 5m 07s :heavy_check_mark: ansible-test-splitter SUCCESS in 2m 29s :warning: integration-community.aws-1 SKIPPED :warning: integration-community.aws-2 SKIPPED :warning: integration-community.aws-3 SKIPPED :warning: integration-community.aws-4 SKIPPED :warning: integration-community.aws-5 SKIPPED :warning: integration-community.aws-6 SKIPPED :warning: integration-community.aws-7 SKIPPED :warning: integration-community.aws-8 SKIPPED :warning: integration-community.aws-9 SKIPPED :warning: integration-community.aws-10 SKIPPED :warning: integration-community.aws-11 SKIPPED :warning: integration-community.aws-12 SKIPPED :warning: integration-community.aws-13 SKIPPED
Build succeeded.
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 23s :heavy_check_mark: build-ansible-collection SUCCESS in 5m 26s :heavy_check_mark: ansible-test-sanity-docker-devel SUCCESS in 11m 27s (non-voting) :heavy_check_mark: ansible-test-sanity-docker-milestone SUCCESS in 9m 24s :heavy_check_mark: ansible-test-sanity-docker-stable-2.12 SUCCESS in 10m 48s :heavy_check_mark: ansible-test-sanity-docker-stable-2.13 SUCCESS in 9m 10s :heavy_check_mark: ansible-test-units-community-aws-python38 SUCCESS in 6m 38s :heavy_check_mark: ansible-test-units-community-aws-python39 SUCCESS in 7m 26s :heavy_check_mark: ansible-test-splitter SUCCESS in 3m 10s :warning: integration-community.aws-1 SKIPPED :warning: integration-community.aws-2 SKIPPED :warning: integration-community.aws-3 SKIPPED :warning: integration-community.aws-4 SKIPPED :warning: integration-community.aws-5 SKIPPED :warning: integration-community.aws-6 SKIPPED :warning: integration-community.aws-7 SKIPPED :warning: integration-community.aws-8 SKIPPED :warning: integration-community.aws-9 SKIPPED :warning: integration-community.aws-10 SKIPPED :warning: integration-community.aws-11 SKIPPED :warning: integration-community.aws-12 SKIPPED :warning: integration-community.aws-13 SKIPPED :warning: integration-community.aws-14 SKIPPED :warning: integration-community.aws-15 SKIPPED :warning: integration-community.aws-16 SKIPPED :warning: integration-community.aws-17 SKIPPED :warning: integration-community.aws-18 SKIPPED
Thanks for taking the time to submit this PR and I'm sorry for the delay responding.
I believe this issue was solved by #558 with the fix now being available in community.aws 5.2.0, as such I'm going to close this PR. If you're able to reproduce the issue with 5.2.0, feel free to reopen this PR and we can look into,