Skip to content

Commit

Permalink
schema can also be provided if type is default_privs (ansible#50498)
Browse files Browse the repository at this point in the history
+label: docsite_pr
  • Loading branch information
anasbouzid authored and knumskull committed Jan 21, 2019
1 parent 8e5b3bd commit cb22636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/database/postgresql/postgresql_privs.py
Expand Up @@ -61,8 +61,8 @@
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.
Expand Down

0 comments on commit cb22636

Please sign in to comment.