From d979798a12902459b6875a54e85829b93de81423 Mon Sep 17 00:00:00 2001 From: Stefan Horning Date: Wed, 18 Nov 2020 11:04:22 +0100 Subject: [PATCH] Update changelogs/fragments/194-ec2-ami-max-attempts.yaml Co-authored-by: Mark Chappell --- changelogs/fragments/194-ec2-ami-max-attempts.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/194-ec2-ami-max-attempts.yaml b/changelogs/fragments/194-ec2-ami-max-attempts.yaml index f160f6d4be2..475ce553bb4 100644 --- a/changelogs/fragments/194-ec2-ami-max-attempts.yaml +++ b/changelogs/fragments/194-ec2-ami-max-attempts.yaml @@ -1,3 +1,4 @@ --- minor_changes: - - ec2_ami - fixed and streamlined max_attempts logic when waiting for AMIs to finish and increased wait_timeout to 1200 for a more reliably module run. + - ec2_ami - fixed and streamlined ``max_attempts`` logic when waiting for AMI creation to finish (https://github.com/ansible-collections/amazon.aws/pull/194). + - ec2_ami - increased default ``wait_timeout`` to 1200 seconds (https://github.com/ansible-collections/amazon.aws/pull/194).