From 469202d354fed2f98f72111b5820784fe5e69994 Mon Sep 17 00:00:00 2001 From: abikouo Date: Thu, 26 Sep 2024 11:55:57 +0200 Subject: [PATCH] add changelog fragment --- .../fragments/20240924-refactor-ec2_vpc_nacl-modules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/20240924-refactor-ec2_vpc_nacl-modules.yaml b/changelogs/fragments/20240924-refactor-ec2_vpc_nacl-modules.yaml index 624b71a8dfd..475d00cb9b9 100644 --- a/changelogs/fragments/20240924-refactor-ec2_vpc_nacl-modules.yaml +++ b/changelogs/fragments/20240924-refactor-ec2_vpc_nacl-modules.yaml @@ -1,4 +1,4 @@ --- minor_changes: - - ec2_vpc_nacl_info - Refactor module to use shared code from `amazon.aws.plugins.module_utils.ec2` (). - - ec2_vpc_nacl - Refactor module to use shared code from `amazon.aws.plugins.module_utils.ec2` (). \ No newline at end of file + - ec2_vpc_nacl_info - Refactor module to use shared code from `amazon.aws.plugins.module_utils.ec2` (https://github.com/ansible-collections/community.aws/pull/2159). + - ec2_vpc_nacl - Refactor module to use shared code from `amazon.aws.plugins.module_utils.ec2` (https://github.com/ansible-collections/community.aws/pull/2159).