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).