Fix author (and test ansibot) (#46060)
This commit is contained in:
parent
b1acabcd03
commit
ddd378e622
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue