diff --git a/plugins/modules/postgresql_owner.py b/plugins/modules/postgresql_owner.py index 163c2e45..e42909a3 100644 --- a/plugins/modules/postgresql_owner.py +++ b/plugins/modules/postgresql_owner.py @@ -38,7 +38,7 @@ description: - The list of role names. The ownership of all the objects within the current database, and of all shared objects (databases, tablespaces), owned by this role(s) will be reassigned to I(owner). - - Pay attention - it reassigns all objects owned by this role(s) in the I(db)! + - Pay attention - it reassigns all objects owned by this role(s) in the I(instance)! - If role(s) exists, always returns changed True. - Cannot reassign ownership of objects that are required by the database system. - Mutually exclusive with C(obj_type).