From 42c3eb990988ba3f8550f59ada01cd02b2050e07 Mon Sep 17 00:00:00 2001 From: abikouo Date: Fri, 18 Oct 2024 16:52:19 +0200 Subject: [PATCH] add changelog file --- changelogs/fragments/migrate_ec2_launch_template.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/migrate_ec2_launch_template.yaml diff --git a/changelogs/fragments/migrate_ec2_launch_template.yaml b/changelogs/fragments/migrate_ec2_launch_template.yaml new file mode 100644 index 00000000000..898c0e3973a --- /dev/null +++ b/changelogs/fragments/migrate_ec2_launch_template.yaml @@ -0,0 +1,5 @@ +--- +breaking_changes: + - ec2_launch_template - The module has been migrated from the ``community.aws`` + collection. Playbooks using the Fully Qualified Collection Name for this module + should be updated to use ``amazon.aws.ec2_launch_template`` (https://github.com/ansible-collections/community.aws/pull/2185).