ansible/changelogs/fragments/59106-fix-ipv6-truncating-in-ec2_group.yml
Jill R 4308b87d72 Don't truncate cidr_ipv6 addresses in ec2_group.py (#59106)
* 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
2019-08-07 08:39:55 -04:00

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)