Postgresql privs reformat (#54717)

* postgresql_privs: fix doc format, pgutils

* postgresql_privs: added pgutils, ret value

* postgresql_privs: fix test

* postgresql_privs: fixes

* postgresql_privs: fixes

* postgresql_privs: fixed CI
This commit is contained in:
Andrey Klychkov 2019-04-02 18:48:35 +03:00 committed by John R Barker
parent 7ea01da38f
commit 40f65a54ec
8 changed files with 243 additions and 173 deletions

View file

@ -21,10 +21,17 @@ version_added: "0.6"
options:
name:
description:
- name of the database to add or remove
- Name of the database to add or remove
type: str
required: true
aliases: [ db ]
port:
description:
- Database port to connect (if needed)
type: int
default: 5432
aliases:
- login_port
owner:
description:
- Name of the role to set as owner of the database