You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create a new VPN with amazon.aws.ec2_vpc_net (collection v8.2.1) the VPC is created in AWS but the Ansible task fails (after some time) with this message:
…et in vpc (#2374)
SUMMARY
Fixes: #2363
This PR handles the case in which the vpc does not have ipv6 set and the task to modify it has ipv6_cidr: false
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
Reviewed-by: Helen Bailey <[email protected]>
Summary
When I try to create a new VPN with
amazon.aws.ec2_vpc_net
(collection v8.2.1) the VPC is created in AWS but the Ansible task fails (after some time) with this message:I can get no other details from Ansible
Issue Type
Bug Report
Component Name
ec2_vpc_net
Ansible Version
Ansible is installed via Homebrew.
Collection Versions
AWS SDK versions
Configuration
OS / Environment
MacBook Pro
Chip: Apple M1 Pro
macOS: Sonoma 14.6.1
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23)
Homebrew 4.4.2
Steps to Reproduce
Tested with this simple playbook.
Expected Results
Since VPC is correctly created in AWS, I expected the task to succeed in Ansible as well.
Actual Results
VPC is immediately created in AWS, but the Ansible playbook seems stuck for 5 minutes, then fails like this:
Code of Conduct
The text was updated successfully, but these errors were encountered: