From 4790d77a58ae7fb571872905b0e837e8a1f251f6 Mon Sep 17 00:00:00 2001 From: Anas Date: Thu, 10 Jan 2019 10:05:05 +0000 Subject: [PATCH] schema can also be provided if type is default_privs (#50498) +label: docsite_pr --- lib/ansible/modules/database/postgresql/postgresql_privs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/database/postgresql/postgresql_privs.py b/lib/ansible/modules/database/postgresql/postgresql_privs.py index 6f6d8d85f3..59cc98f384 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_privs.py +++ b/lib/ansible/modules/database/postgresql/postgresql_privs.py @@ -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.