aws_ec2 inv plugin - fix author field (#59649)

* Fix author field

* Add BOTMETA entry to get notifications
This commit is contained in:
Sloane Hertel 2019-07-26 12:23:56 -04:00 committed by GitHub
parent c3d1f9b085
commit 007fe842b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.github/BOTMETA.yml vendored
View file

@ -1194,6 +1194,8 @@ files:
# plugins/inventory
$plugins/inventory/__init__.py:
support: core
$plugins/inventory/aws_ec2.py:
maintainers: s-hertel
$plugins/inventory/docker: *docker
$plugins/inventory/docker_swarm.py:
<<: *docker

View file

@ -21,6 +21,8 @@ DOCUMENTATION = '''
notes:
- If no credentials are provided and the control node has an associated IAM instance profile then the
role will be used for authentication.
author:
- Sloane Hertel (@s-hertel)
options:
plugin:
description: Token that ensures this is a source file for the plugin.