aws_ec2 inv plugin - fix author field (#59649)

* Fix author field

* Add BOTMETA entry to get notifications
pull/59659/head
Sloane Hertel 5 years ago committed by GitHub
parent c3d1f9b085
commit 007fe842b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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.

Loading…
Cancel
Save