diff options
author | Lorenzo Tanganelli <35271287+tanganellilore@users.noreply.github.com> | 2023-04-04 16:09:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 16:09:48 +0200 |
commit | 479d0c2b12c0766a53ad28bea10cd904e6b3c504 (patch) | |
tree | ea61f479fe20391fa63f958460a09f065fc37d83 /awxkit | |
parent | Merge pull request #13786 from AlanCoding/refresh_refresh_refresh (diff) | |
download | awx-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.py | 1 |
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 |