ansible/changelogs/fragments/59106-fix-ipv6-truncating-in-ec2_group.yml

5 lines
218 B
YAML
Raw Normal View History

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)