mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Lower level of log about skipped project update
This commit is contained in:
@@ -1809,7 +1809,7 @@ class RunJob(BaseTask):
|
|||||||
current_revision = git_repo.head.commit.hexsha
|
current_revision = git_repo.head.commit.hexsha
|
||||||
if desired_revision == current_revision:
|
if desired_revision == current_revision:
|
||||||
job_revision = desired_revision
|
job_revision = desired_revision
|
||||||
logger.info('Skipping project sync for {} because commit is locally available'.format(job.log_format))
|
logger.debug('Skipping project sync for {} because commit is locally available'.format(job.log_format))
|
||||||
else:
|
else:
|
||||||
sync_needs = all_sync_needs
|
sync_needs = all_sync_needs
|
||||||
except (ValueError, BadGitName):
|
except (ValueError, BadGitName):
|
||||||
|
|||||||
Reference in New Issue
Block a user