Revert "Ensure /var/log/journal exists as soon as possible"

This reverts commit 9cbfdfa146.

The code was made in the wrong place and would create a bad precedent.

Change-Id: I918d7c7b9964680a3ab623f484b8b480620c2fa2
This commit is contained in:
Cédric Jeanneret 2019-12-17 15:19:30 +01:00
parent f7a3560065
commit 67a8357b64
1 changed files with 0 additions and 8 deletions

View File

@ -393,14 +393,6 @@ outputs:
- {get_attr: [DockerPuppetTasks, value]}
host_prep_tasks:
list_concat:
- - name: Ensure /var/log/journal exists
file:
path: /var/log/journal
state: directory
mode: 0750
owner: root
group: root
setype: var_log_t
- - name: Run firewall role
include_role:
name: tripleo-firewall