diff --git a/lib/ansible/modules/database/postgresql/postgresql_privs.py b/lib/ansible/modules/database/postgresql/postgresql_privs.py index 6f6d8d85f3b..59cc98f3841 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.