mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
postgresql_user: fix doc formatting, added return value, aliases, misc code changes (#54768)
* postgresql_user: refactoring * postgresql_user: removed line from ignore.txt * postgresql_user: removed lines from ignore.txt * postgresql_user: removed lines from ignore.txt, fixes * postgresql_user: removed lines from ignore.txt, fixes * postgresql_user: removed lines from ignore.txt, fixes
This commit is contained in:
committed by
John R Barker
parent
d16452bc8f
commit
3eff72e886
@@ -24,6 +24,8 @@ options:
|
||||
- Name of the schema to add or remove.
|
||||
required: true
|
||||
type: str
|
||||
aliases:
|
||||
- schema
|
||||
database:
|
||||
description:
|
||||
- Name of the database to connect to and add or remove the schema.
|
||||
@@ -36,6 +38,7 @@ options:
|
||||
description:
|
||||
- The username used to authenticate with.
|
||||
type: str
|
||||
default: postgres
|
||||
login_password:
|
||||
description:
|
||||
- The password used to authenticate with.
|
||||
@@ -44,7 +47,6 @@ options:
|
||||
description:
|
||||
- Host running the database.
|
||||
type: str
|
||||
default: localhost
|
||||
login_unix_socket:
|
||||
description:
|
||||
- Path to a Unix domain socket for local connections.
|
||||
|
||||
Reference in New Issue
Block a user