mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
E501 fixes (#22879)
This commit is contained in:
@@ -77,7 +77,9 @@ options:
|
||||
choices: [ "present", "absent" ]
|
||||
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.
|
||||
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: "Flavien Chantelot <contact@flavien.io>"
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user