mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Update the inventory_import management command
to respect the new Organization.max_hosts limit.
This commit is contained in:
@@ -1653,6 +1653,10 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions, JobNotificationMixin,
|
||||
default=False,
|
||||
editable=False,
|
||||
)
|
||||
org_host_limit_error = models.BooleanField(
|
||||
default=False,
|
||||
editable=False,
|
||||
)
|
||||
source_project_update = models.ForeignKey(
|
||||
'ProjectUpdate',
|
||||
related_name='scm_inventory_updates',
|
||||
|
||||
Reference in New Issue
Block a user