Skip to content

Commit

Permalink
Fix linting issues. (#965)
Browse files Browse the repository at this point in the history
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 <None>
  • Loading branch information
felixfontein authored Mar 4, 2022
1 parent d649e37 commit b920063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/validate-plugins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- "aws_ssm connection plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.aws/pull/965)."
4 changes: 2 additions & 2 deletions plugins/connection/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
author:
- Pat Sharkey (@psharkey) <[email protected]>
- HanumanthaRao MVL (@hanumantharaomvl) <[email protected]>
- Gaurav Ashtikar (@gau1991 )<[email protected]>
connection: aws_ssm
- Gaurav Ashtikar (@gau1991) <[email protected]>
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.
Expand Down

0 comments on commit b920063

Please sign in to comment.