Add instance_groups on resource_list_param_keys in awx_collection (#14146)

This commit is contained in:
Lorenzo Tanganelli
2023-06-21 21:29:14 +02:00
committed by GitHub
parent d3de884baf
commit cdd48dd7cd

View File

@@ -235,6 +235,7 @@ def main():
'workflows': 'workflow',
'users': 'user',
'teams': 'team',
'instance_groups': 'instance_group',
}
resources = {}