mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 13:51:28 -07: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:
parent
d16452bc8f
commit
3eff72e886
6 changed files with 195 additions and 160 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue