From df349311a709d1718ecc6f86daeecd9f35153dc2 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Sat, 13 Jun 2026 21:09:24 +0530 Subject: [PATCH 1/2] DNM --- plugins/modules/role_team_assignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/role_team_assignment.py b/plugins/modules/role_team_assignment.py index 50d79021..7fc094ec 100644 --- a/plugins/modules/role_team_assignment.py +++ b/plugins/modules/role_team_assignment.py @@ -23,7 +23,7 @@ - Not all role assignments are valid. See Limitations below. notes: - Global roles (e.g. Platform Auditor) cannot be assigned to teams. - - Team roles cannot be assigned to another team + - Team roles cannot be assigned to another team. (Team Admin to Team is not supported). - Organization Member role cannot be assigned to teams. - Only resource-scoped organization roles such as Organization Inventory Admin From be341f5d030287087b1703501c3a46658d9de1c1 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Sat, 13 Jun 2026 21:19:19 +0530 Subject: [PATCH 2/2] Update role_definition.py --- plugins/modules/role_definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/role_definition.py b/plugins/modules/role_definition.py index c3050289..ac92ae68 100644 --- a/plugins/modules/role_definition.py +++ b/plugins/modules/role_definition.py @@ -12,7 +12,7 @@ --- module: role_definition author: Rohit Thakur (@rohitthakur2590) -short_description: Configure a gateway role definition. +short_description: Configure a gateway role definitions. description: - Create, update, or delete role definitions on the Automation Platform Gateway. - A role definition consists of a name, content type, and permissions, and is platform-wide.