mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #10159 from AlanCoding/inventory_ig
Add instance_group to inventory update serializer SUMMARY Inventory updates run remotely, in the execution plane. This adds the instance_group field to the inventory update serializer to help clarify this reality. ISSUE TYPE Feature Pull Request COMPONENT NAME API Reviewed-by: Rebeccah Hunter <rhunter@redhat.com> Reviewed-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -2207,6 +2207,7 @@ class InventoryUpdateSerializer(UnifiedJobSerializer, InventorySourceOptionsSeri
|
||||
'org_host_limit_error',
|
||||
'source_project_update',
|
||||
'custom_virtualenv',
|
||||
'instance_group',
|
||||
'-controller_node',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user