-
Notifications
You must be signed in to change notification settings - Fork 350
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
IPv6 support in ec2_vpc_route_table #477
Comments
Files identified in the description:
If these files are inaccurate, please update the |
@jillr it seems that you are working on this module, could you please address this issue too ? |
ansible-zuul bot
pushed a commit
that referenced
this issue
Jan 13, 2022
ec2_vpc_route_table: Add IPv6 support in ec2_vpc_route_table SUMMARY Allow usage of IPv6 CIDR in ec2_vpc_route_table for creating routes. Fixes #477 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_route_table Reviewed-by: Jill R <None> Reviewed-by: None <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
* add integration tests for acm with check mode * add check mode to acm module
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
* add integration tests for acm with check mode * add check mode to acm module
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
* add integration tests for acm with check mode * add check mode to acm module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Allow usage of IPv6 CIDR in
ec2_vpc_route_table
.ISSUE TYPE
COMPONENT NAME
ec2_vpc_route_table.py
ADDITIONAL INFORMATION
An old PR tried to fix it already: ansible/ansible#50220.
This would solve the error that occurs when we use an IPv6 CIDR.
The text was updated successfully, but these errors were encountered: