Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Create /var/log/journal directory during step-0" into stable/t…
Browse files Browse the repository at this point in the history
…rain
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 19, 2019
2 parents dca9488 + 88492a9 commit 4186739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/deploy-steps-tasks-step-0.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4186739

Please sign in to comment.