From 7086f1854015badcb5a97957528befddabfff7f0 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 26 Nov 2020 14:12:02 +0100 Subject: [PATCH] Changelog --- changelogs/fragments/208-info-retries.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/208-info-retries.yaml diff --git a/changelogs/fragments/208-info-retries.yaml b/changelogs/fragments/208-info-retries.yaml new file mode 100644 index 00000000000..19d33c15e59 --- /dev/null +++ b/changelogs/fragments/208-info-retries.yaml @@ -0,0 +1,4 @@ +minor_changes: + - aws_caller_info - add AWSRetry decorator to automatically retry on common temporary failures (https://github.com/ansible-collections/amazon.aws/pull/208) + - ec2_snapshot_info - add AWSRetry decorator to automatically retry on common temporary failures (https://github.com/ansible-collections/amazon.aws/pull/208) + - ec2_vpc_dhcp_option_info - add AWSRetry decorator to automatically retry on common temporary failures (https://github.com/ansible-collections/amazon.aws/pull/208)