From 0ff7ae0fa60fddae71f189d63a76dfbde2bffad4 Mon Sep 17 00:00:00 2001 From: ru-rocker Date: Fri, 9 Apr 2021 21:56:54 +0700 Subject: [PATCH] update changelog for fixing issue #343 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e283be2e88a..2b3f65ac804 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -45,6 +45,7 @@ Bugfixes - ec2_vpc_endpoint - fix exception when attempting to delete an endpoint which has already been deleted (https://github.com/ansible-collections/community.aws/pull/362). - ecs_task - use `required_if` to enforce mandatory parameters based on specified operation (https://github.com/ansible-collections/community.aws/pull/402). - elb_application_lb - during the removal of an instance, the associated listeners are also removed. +- aws_ssm - enable aws ssm connections if **AWS_SESSION_TOKEN** is missing (https://github.com/ansible-collections/community.aws/issues/343). v1.3.0 ======