From b920063bf8cf5f9c7b3459c03ee1e87e4e23555d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 4 Mar 2022 20:16:01 +0100 Subject: [PATCH] Fix linting issues. (#965) Fix linting issues reported by validate-modules in plugins SUMMARY See ansible-collections/news-for-maintainers#9. ISSUE TYPE Bugfix Pull Request COMPONENT NAME various Reviewed-by: Jill R --- 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.