From c21b9d0b0886c63e8eeb1ed629214cc85d2036f6 Mon Sep 17 00:00:00 2001 From: abikouo Date: Wed, 2 Oct 2024 19:28:55 +0200 Subject: [PATCH] add pull request number into changelog --- .../fragments/20240110-ec2_launch_template-refactor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/fragments/20240110-ec2_launch_template-refactor.yml b/changelogs/fragments/20240110-ec2_launch_template-refactor.yml index 60cf5538ea2..5f4c3bdc024 100644 --- a/changelogs/fragments/20240110-ec2_launch_template-refactor.yml +++ b/changelogs/fragments/20240110-ec2_launch_template-refactor.yml @@ -1,5 +1,5 @@ --- minor_changes: - - ec2_launch_template - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (). - - ec2_launch_template - add the possibility to delete specific versions of a launch template using ``versions_to_delete`` (). - - ec2_launch_template - add the ``purge_tags`` option (). + - ec2_launch_template - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (https://github.com/ansible-collections/community.aws/pull/2164). + - ec2_launch_template - add the possibility to delete specific versions of a launch template using ``versions_to_delete`` (https://github.com/ansible-collections/community.aws/pull/2164). + - ec2_launch_template - add the ``purge_tags`` option (https://github.com/ansible-collections/community.aws/pull/2164).