From ddd378e6225afcfb8b1e64fb94b5c59cf4ea9eb7 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 13 Nov 2018 14:08:28 +0100 Subject: [PATCH] Fix author (and test ansibot) (#46060) --- lib/ansible/modules/cloud/amazon/route53.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/route53.py b/lib/ansible/modules/cloud/amazon/route53.py index a50d1978eb..2cc2d971dd 100644 --- a/lib/ansible/modules/cloud/amazon/route53.py +++ b/lib/ansible/modules/cloud/amazon/route53.py @@ -1,5 +1,6 @@ #!/usr/bin/python -# Copyright: Ansible Project + +# Copyright: (c) 2018, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function @@ -128,8 +129,8 @@ options: default: 300 version_added: "2.1" author: - - "Bruce Pennypacker (@bpennypacker)" - - "Mike Buzzetti " +- Bruce Pennypacker (@bpennypacker) +- Mike Buzzetti (@jimbydamonk) extends_documentation_fragment: aws '''