mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Fix author in modules (#46068)
Fix a few cases where the author was incomplete or incorrect.
This commit is contained in:
parent
6ddfd912dc
commit
f90fc8a9a2
5 changed files with 17 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright: Ansible Project
|
||||
|
||||
# Copyright: (c) 2016, 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
|
||||
|
@ -59,7 +60,7 @@ notes:
|
|||
on the remote host. For Ubuntu-based systems, install the C(postgresql), C(libpq-dev), and C(python-psycopg2) packages on the remote host before
|
||||
using this module.
|
||||
requirements: [ psycopg2 ]
|
||||
author: "Flavien Chantelot <contact@flavien.io>"
|
||||
author: Flavien Chantelot (@Dorn-) <contact@flavien.io>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue