mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
on initial SCM inv src creation update, dont update project rev
This commit is contained in:
@@ -1421,7 +1421,7 @@ class RunProjectUpdate(BaseTask):
|
||||
if InventoryUpdate.objects.filter(inventory_source=inv_src,
|
||||
status__in=ACTIVE_STATES).exists():
|
||||
logger.info('Skipping SCM inventory update for `{}` because '
|
||||
'another update is already active.'.format(inv.name))
|
||||
'another update is already active.'.format(inv_src.name))
|
||||
continue
|
||||
local_inv_update = inv_src.create_inventory_update(
|
||||
launch_type='scm',
|
||||
|
||||
Reference in New Issue
Block a user