From 20ba96ae843623c95e594092cb2f886c01d4e8b5 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Fri, 24 Jun 2016 09:49:14 -0400 Subject: [PATCH] Description update With our role removal from inventory groups this description needed some updating --- awx/main/models/rbac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/rbac.py b/awx/main/models/rbac.py index 45f9ebe4bc..fd07a213f4 100644 --- a/awx/main/models/rbac.py +++ b/awx/main/models/rbac.py @@ -49,7 +49,7 @@ role_names = { role_descriptions = { 'system_administrator' : 'Can manage all aspects of the system', 'system_auditor' : 'Can view all settings on the system', - 'adhoc_role' : 'May run ad hoc commands on an inventory or a group', + 'adhoc_role' : 'May run ad hoc commands on an inventory', 'admin_role' : 'Can manage all aspects of the %s', 'auditor_role' : 'Can view all settings for the %s', 'execute_role' : 'May run the job template',