Fix author (and test ansibot) (#46060)

pull/48603/head
Dag Wieers 6 years ago committed by GitHub
parent b1acabcd03
commit ddd378e622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
#!/usr/bin/python #!/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) # 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 from __future__ import absolute_import, division, print_function
@ -128,8 +129,8 @@ options:
default: 300 default: 300
version_added: "2.1" version_added: "2.1"
author: author:
- "Bruce Pennypacker (@bpennypacker)" - Bruce Pennypacker (@bpennypacker)
- "Mike Buzzetti <mike.buzzetti@gmail.com>" - Mike Buzzetti (@jimbydamonk)
extends_documentation_fragment: aws extends_documentation_fragment: aws
''' '''

Loading…
Cancel
Save