From b9e6c64d81b0021aaac69bae7b6662f8f98dcf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Arnstr=C3=B6m?= Date: Wed, 14 Apr 2021 15:38:06 +0200 Subject: [PATCH] Update changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml Co-authored-by: Mark Chappell --- .../fragments/542-ensure-ssm-plugin-terminates-connections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml b/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml index 6ecbc0f5789..1cbe860d1d2 100644 --- a/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml +++ b/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml @@ -1,2 +1,2 @@ -bug_fixes: +bugfixes: - aws_ssm - Adds destructor to SSM connection plugin to ensure connections are properly cleaned up after usage (https://github.com/ansible-collections/community.aws/pull/542).