schema can also be provided if type is default_privs (#50498)

+label: docsite_pr
pull/50763/head
Anas 6 years ago committed by Alicia Cozine
parent 1d4dbd76c0
commit 4790d77a58

@ -61,8 +61,8 @@ options:
schema:
description:
- Schema that contains the database objects specified via I(objs).
- May only be provided if I(type) is C(table), C(sequence) or
C(function). Defaults to C(public) in these cases.
- May only be provided if I(type) is C(table), C(sequence), C(function)
or C(default_privs). Defaults to C(public) in these cases.
roles:
description:
- Comma separated list of role (user/group) names to set permissions for.

Loading…
Cancel
Save