From 64d3e72e9b6cc4c84b38e6f4b3623574ad8dc6d1 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 5 Apr 2021 13:35:03 +0200 Subject: [PATCH] whitespace sanity fix --- plugins/modules/route53.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/route53.py b/plugins/modules/route53.py index 5cddc795590..35baa1f58e5 100644 --- a/plugins/modules/route53.py +++ b/plugins/modules/route53.py @@ -590,7 +590,6 @@ def main(): command = 'UPSERT' else: command = command_in.upper() - if 'AliasTarget' in resource_record_set and 'ResourceRecords' in resource_record_set: del resource_record_set['ResourceRecords']