From 007fe842b904184b67bbc814b076b492f71a99b6 Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Fri, 26 Jul 2019 12:23:56 -0400 Subject: [PATCH] aws_ec2 inv plugin - fix author field (#59649) * Fix author field * Add BOTMETA entry to get notifications --- .github/BOTMETA.yml | 2 ++ lib/ansible/plugins/inventory/aws_ec2.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 39f37972765..bede6eb65d8 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -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 diff --git a/lib/ansible/plugins/inventory/aws_ec2.py b/lib/ansible/plugins/inventory/aws_ec2.py index da36dea734a..df139ecfcfe 100644 --- a/lib/ansible/plugins/inventory/aws_ec2.py +++ b/lib/ansible/plugins/inventory/aws_ec2.py @@ -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.