mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -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',
|
'org_host_limit_error',
|
||||||
'source_project_update',
|
'source_project_update',
|
||||||
'custom_virtualenv',
|
'custom_virtualenv',
|
||||||
|
'instance_group',
|
||||||
'-controller_node',
|
'-controller_node',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user