mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add documentation about PUBLIC user
This commit is contained in:
parent
4a90e2b50a
commit
eac339e98a
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ notes:
|
||||||
PostgreSQL must also be installed on the remote host. For Ubuntu-based
|
PostgreSQL must also be installed on the remote host. For Ubuntu-based
|
||||||
systems, install the postgresql, libpq-dev, and python-psycopg2 packages
|
systems, install the postgresql, libpq-dev, and python-psycopg2 packages
|
||||||
on the remote host before using this module.
|
on the remote host before using this module.
|
||||||
|
- If you specify PUBLIC as the user, then the privilege changes will apply
|
||||||
|
to all users. You may not specify password or role_attr_flags when the
|
||||||
|
PUBLIC user is specified.
|
||||||
requirements: [ psycopg2 ]
|
requirements: [ psycopg2 ]
|
||||||
author: Lorin Hochstein
|
author: Lorin Hochstein
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue