mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
log galaxy token message as warning
This commit is contained in:
@@ -2163,7 +2163,7 @@ class RunProjectUpdate(BaseTask):
|
|||||||
if not galaxy_creds_are_defined and (
|
if not galaxy_creds_are_defined and (
|
||||||
settings.AWX_ROLES_ENABLED or settings.AWX_COLLECTIONS_ENABLED
|
settings.AWX_ROLES_ENABLED or settings.AWX_COLLECTIONS_ENABLED
|
||||||
):
|
):
|
||||||
logger.debug(
|
logger.warning(
|
||||||
'Galaxy role/collection syncing is enabled, but no '
|
'Galaxy role/collection syncing is enabled, but no '
|
||||||
f'credentials are configured for {project_update.project.organization}.'
|
f'credentials are configured for {project_update.project.organization}.'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user