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)