Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset committed Jan 19, 2022
1 parent 43fe4f7 commit 2d9a6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/aws_acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ def ensure_certificates_present(client, module, acm, certificates, desired_tags,
changed |= c
cert = acm.describe_certificate_with_backoff(client=client, certificate_arn=cert_arn)
cert_info = {
'arn': cert_arn,
'tags': new_tags,
'arn': cert_arn,
'tags': new_tags,
}
if 'DomainName' in cert:
cert_info['domain_name'] = cert['DomainName']
Expand Down

0 comments on commit 2d9a6e4

Please sign in to comment.