summaryrefslogtreecommitdiffstats
path: root/awxkit
diff options
context:
space:
mode:
authorLorenzo Tanganelli <35271287+tanganellilore@users.noreply.github.com>2023-04-04 16:09:48 +0200
committerGitHub <noreply@github.com>2023-04-04 16:09:48 +0200
commit479d0c2b12c0766a53ad28bea10cd904e6b3c504 (patch)
treeea61f479fe20391fa63f958460a09f065fc37d83 /awxkit
parentMerge pull request #13786 from AlanCoding/refresh_refresh_refresh (diff)
downloadawx-479d0c2b12c0766a53ad28bea10cd904e6b3c504.tar.xz
awx-479d0c2b12c0766a53ad28bea10cd904e6b3c504.zip
add instance_groups on cli and awx.awx.role (#13784)
Diffstat (limited to 'awxkit')
-rw-r--r--awxkit/awxkit/cli/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/awxkit/awxkit/cli/custom.py b/awxkit/awxkit/cli/custom.py
index a2764b15ba..c4a13cebfc 100644
--- a/awxkit/awxkit/cli/custom.py
+++ b/awxkit/awxkit/cli/custom.py
@@ -396,6 +396,7 @@ class RoleMixin(object):
['credentials', 'credential'],
['job_templates', 'job_template'],
['workflow_job_templates', 'workflow_job_template'],
+ ['instance_groups', 'instance_group'],
]
roles = {} # this is calculated once