Merge "Fix the log path on the host." into stable/train

This commit is contained in:
Zuul 2020-05-25 16:10:21 +00:00 committed by Gerrit Code Review
commit 20973e4b62
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ workflows:
- ansible_queue_name: tripleo
- module_path: /usr/share/ansible-modules
- ansible_extra_env_variables:
ANSIBLE_LOG_PATH: /var/log/mistral/package_update.log
ANSIBLE_LOG_PATH: /var/log/containers/mistral/package_update.log
ANSIBLE_HOST_KEY_CHECKING: 'False'
- verbosity: 1
- work_dir: /var/lib/mistral
@ -185,7 +185,7 @@ workflows:
on-error: node_update_failed
publish-on-error:
status: FAILED
message: Ansible failed, check log at /var/log/mistral/package_update.log.
message: Ansible failed, check log at /var/log/containers/mistral/package_update.log.
publish:
log_path: <% task().result.get('log_path') %>