Merge "Create /var/log/journal directory during step-0" into stable/train

This commit is contained in:
Zuul 2019-12-19 17:27:29 +00:00 committed by Gerrit Code Review
commit 4186739d7e
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
debug:
msg: Use --start-at-task 'Deploy step tasks for step 0' to resume from this task
when: "tripleo_minor_update is not defined or tripleo_minor_update != 'true'"
- name: Ensure /var/log/journal exists
file: path=/var/log/journal state=directory mode=0750 owner=root group=root setype=var_log_t
- name: Create /var/lib/container-puppet
no_log: True
file: path=/var/lib/container-puppet state=directory setype=container_file_t selevel=s0 recurse=true