mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Add instance_groups on resource_list_param_keys in awx_collection (#14146)
This commit is contained in:
committed by
GitHub
parent
d3de884baf
commit
cdd48dd7cd
@@ -235,6 +235,7 @@ def main():
|
|||||||
'workflows': 'workflow',
|
'workflows': 'workflow',
|
||||||
'users': 'user',
|
'users': 'user',
|
||||||
'teams': 'team',
|
'teams': 'team',
|
||||||
|
'instance_groups': 'instance_group',
|
||||||
}
|
}
|
||||||
|
|
||||||
resources = {}
|
resources = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user