From 88e7bb3e28c2814947f01da9202c8d583296fcb8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 26 Oct 2017 09:37:10 -0700 Subject: [PATCH] Add elb_target_group port fix to the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453ac97a5f9..e742808415b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,8 @@ Ansible Changes By Release * NXOS integration test nxos_file_copy, nxos_igmp, nxos_igmp_interface nxos_igmp_snooping, nxos_ntp_auth, nxos_ntp_options: (https://github.com/ansible/ansible/pull/29030) - +* Fix elb_target_group module traceback when ports were specified inside of the targets parameter: + (https://github.com/ansible/ansible/pull/32202)