diff --git a/awx_collection/plugins/modules/role.py b/awx_collection/plugins/modules/role.py index a8b01530d2..ed3441220f 100644 --- a/awx_collection/plugins/modules/role.py +++ b/awx_collection/plugins/modules/role.py @@ -235,6 +235,7 @@ def main(): 'workflows': 'workflow', 'users': 'user', 'teams': 'team', + 'instance_groups': 'instance_group', } resources = {}