mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
The route53 api doesn't allow multiple overlapping requests, so if it is still processing a previous request when the next comes in will return an error. Fixes #4085