-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable-5] Fix 'compatibility' typo #1405
[stable-5] Fix 'compatibility' typo #1405
Conversation
Fix 'compatibility' typo SUMMARY Ref: ansible/ansible#80045 ISSUE TYPE Docs Pull Request COMPONENT NAME various Reviewed-by: Sandra McCann <samccann@redhat.com> Reviewed-by: Alina Buzachis (cherry picked from commit ddd9996)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 13s |
83dd180
into
ansible-collections:stable-5
@tremble thanks! |
… a cert (ansible-collections#1405) acm_certificate - allow for a retry on the _info call after uploading a cert SUMMARY We're sometimes hitting a race condition where we call _info before the APIs are ready to return details of the cert. In a perfect world we'd add some waiters, but let's prevent unrelated failures when modifying amazon.aws module_utils first ISSUE TYPE Bugfix Pull Request COMPONENT NAME acm_certificate ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
… a cert (ansible-collections#1405) acm_certificate - allow for a retry on the _info call after uploading a cert SUMMARY We're sometimes hitting a race condition where we call _info before the APIs are ready to return details of the cert. In a perfect world we'd add some waiters, but let's prevent unrelated failures when modifying amazon.aws module_utils first ISSUE TYPE Bugfix Pull Request COMPONENT NAME acm_certificate ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@e265ece
… a cert (ansible-collections#1405) acm_certificate - allow for a retry on the _info call after uploading a cert SUMMARY We're sometimes hitting a race condition where we call _info before the APIs are ready to return details of the cert. In a perfect world we'd add some waiters, but let's prevent unrelated failures when modifying amazon.aws module_utils first ISSUE TYPE Bugfix Pull Request COMPONENT NAME acm_certificate ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@e265ece
SUMMARY
Manual backport of #1400 to stable-5. I found some more occurrences in tests/sanity/ignore-2.9.txt.
ISSUE TYPE
COMPONENT NAME
various