From 9284bf994c043af6ad8eaae82891f7bd0abff915 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 4 Mar 2022 18:21:22 +0100 Subject: [PATCH] Fix linting issues. --- changelogs/fragments/validate-plugins.yml | 2 ++ plugins/connection/aws_ssm.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/validate-plugins.yml diff --git a/changelogs/fragments/validate-plugins.yml b/changelogs/fragments/validate-plugins.yml new file mode 100644 index 00000000000..a78738c052b --- /dev/null +++ b/changelogs/fragments/validate-plugins.yml @@ -0,0 +1,2 @@ +bugfixes: + - "aws_ssm connection plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.aws/pull/965)." diff --git a/plugins/connection/aws_ssm.py b/plugins/connection/aws_ssm.py index 40724cfbbdb..6e0d2a1ec60 100644 --- a/plugins/connection/aws_ssm.py +++ b/plugins/connection/aws_ssm.py @@ -10,8 +10,8 @@ author: - Pat Sharkey (@psharkey) - HanumanthaRao MVL (@hanumantharaomvl) -- Gaurav Ashtikar (@gau1991 ) -connection: aws_ssm +- Gaurav Ashtikar (@gau1991) +name: aws_ssm short_description: execute via AWS Systems Manager description: - This connection plugin allows ansible to execute tasks on an EC2 instance via the aws ssm CLI.