mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
log galaxy token message as warning
This commit is contained in:
parent
8e46166313
commit
b78cacb4d8
@ -2163,7 +2163,7 @@ class RunProjectUpdate(BaseTask):
|
||||
if not galaxy_creds_are_defined and (
|
||||
settings.AWX_ROLES_ENABLED or settings.AWX_COLLECTIONS_ENABLED
|
||||
):
|
||||
logger.debug(
|
||||
logger.warning(
|
||||
'Galaxy role/collection syncing is enabled, but no '
|
||||
f'credentials are configured for {project_update.project.organization}.'
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user