@lorin stepping down as maintainer

This commit is contained in:
Greg DeKoenigsberg 2015-10-28 14:38:11 -04:00 committed by Matt Clay
parent 9cb4388f9e
commit 742b452dc1
6 changed files with 7 additions and 7 deletions

View file

@ -95,7 +95,7 @@ notes:
- This module uses I(psycopg2), a Python PostgreSQL database adapter. You must ensure that psycopg2 is installed on
the host before using this module. If the remote host is the PostgreSQL server (which is the default case), then PostgreSQL must also be installed 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: "Lorin Hochstein (@lorin)"
author: "Ansible Core Team"
'''
EXAMPLES = '''