summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/extras/database/postgresql/postgresql_ext.py')
-rw-r--r--lib/ansible/modules/extras/database/postgresql/postgresql_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py
index 4f0049f566..09b2903dab 100644
--- a/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py
+++ b/lib/ansible/modules/extras/database/postgresql/postgresql_ext.py
@@ -69,7 +69,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: Daniel Schep
+author: "Daniel Schep (@dschep)"
'''
EXAMPLES = '''