mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
add isolated job controller_id to summary fields
This commit is contained in:
@@ -106,7 +106,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'source_script': ('name', 'description'),
|
||||
'role': ('id', 'role_field'),
|
||||
'notification_template': DEFAULT_SUMMARY_FIELDS,
|
||||
'instance_group': {'id', 'name'},
|
||||
'instance_group': {'id', 'name', 'controller_id'},
|
||||
'insights_credential': DEFAULT_SUMMARY_FIELDS,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user