aws_ec2 inv plugin - fix author field (#59649)
* Fix author field * Add BOTMETA entry to get notifications
This commit is contained in:
parent
c3d1f9b085
commit
007fe842b9
2 changed files with 4 additions and 0 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -1194,6 +1194,8 @@ files:
|
||||||
# plugins/inventory
|
# plugins/inventory
|
||||||
$plugins/inventory/__init__.py:
|
$plugins/inventory/__init__.py:
|
||||||
support: core
|
support: core
|
||||||
|
$plugins/inventory/aws_ec2.py:
|
||||||
|
maintainers: s-hertel
|
||||||
$plugins/inventory/docker: *docker
|
$plugins/inventory/docker: *docker
|
||||||
$plugins/inventory/docker_swarm.py:
|
$plugins/inventory/docker_swarm.py:
|
||||||
<<: *docker
|
<<: *docker
|
||||||
|
|
|
@ -21,6 +21,8 @@ DOCUMENTATION = '''
|
||||||
notes:
|
notes:
|
||||||
- If no credentials are provided and the control node has an associated IAM instance profile then the
|
- If no credentials are provided and the control node has an associated IAM instance profile then the
|
||||||
role will be used for authentication.
|
role will be used for authentication.
|
||||||
|
author:
|
||||||
|
- Sloane Hertel (@s-hertel)
|
||||||
options:
|
options:
|
||||||
plugin:
|
plugin:
|
||||||
description: Token that ensures this is a source file for the plugin.
|
description: Token that ensures this is a source file for the plugin.
|
||||||
|
|
Loading…
Reference in a new issue