mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Increase delay and tries for ec2_vpc_net backoff Wait for DHCP option to be created in ec2_vpc_dhcp_option Wait for all modifications to the VPC * Use the vpc_available waiter because is uses Filters * Missed one * Optimize retries to only occur if the functionality is available * Increase max wait time * Add comments to explain what the waiters are doing