Merge "Elevate the verbosity level when running validation(s)"

This commit is contained in:
Zuul 2021-05-18 10:57:25 +00:00 committed by Gerrit Code Review
commit 036ead6dfd
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class Ansible(object):
constants.VALIDATION_ANSIBLE_ARTIFACT_PATH constants.VALIDATION_ANSIBLE_ARTIFACT_PATH
playbook = self._playbook_check(playbook, playbook_dir) playbook = self._playbook_check(playbook, playbook_dir)
self.log.info( self.log.debug(
'Running Ansible playbook: {},' 'Running Ansible playbook: {},'
' Working directory: {},' ' Working directory: {},'
' Playbook directory: {}'.format( ' Playbook directory: {}'.format(