Fix the log path on the host.

The path for the host machine is
/var/log/containers/mistral/package_update.log.

Change-Id: I90d3bca15f2ce18b626d8ce0da8e053deebf2d20
This commit is contained in:
Daniel Bengtsson 2020-05-15 14:26:48 +02:00
parent f7513603d5
commit f34eabd4ed
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,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
@ -180,7 +180,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') %>