-
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
ec2_vpc_net: handle ipv6_cidr: false and no Ipv6CidrBlockAssociationSet in vpc #2374
ec2_vpc_net: handle ipv6_cidr: false and no Ipv6CidrBlockAssociationSet in vpc #2374
Conversation
b019f5c
to
d27b1e2
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 20s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 26s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
ipv6_cidr: false | ||
register: result | ||
|
||
- name: assert the task passes and there is no change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: assert the task passes and there is no change | |
- name: Assert the task passes and there is no change |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 55s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 05s |
Pull request merge failed: Required status check "ansible/gate" is expected. |
7e4495e
to
e086781
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 45s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 54s |
f4ff421
into
ansible-collections:main
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
COMPONENT NAME
ADDITIONAL INFORMATION