4308b87d72
* Better cidr_ipv6 validation in ec2_group.py * Improve warning/error handling, add changelog * Update unit test for ipv6 validation * Fix logic that was causing non /128 cidrs with host bits to not be handled
4 lines
218 B
YAML
4 lines
218 B
YAML
bugfixes:
|
|
- ec2_group - Don't truncate the host bits off of IPv6 CIDRs.
|
|
CIDRs will be passed thru to EC2 as-is provided they are valid IPv6
|
|
representations. (https://github.com/ansible/ansible/issues/53297)
|