fix: ensure journal log dir exists to allow rootless logging
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d646564fc7
commit
79be60115f
@ -35,6 +35,14 @@
|
||||
loop_control:
|
||||
label: "{{ item.name }}: {{ item.state | bool }}"
|
||||
|
||||
- name: Create journal log dir
|
||||
file:
|
||||
path: /var/log/journal
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: 2755
|
||||
|
||||
- name: Create home basedir for systemd users
|
||||
file:
|
||||
path: "{{ podman_systemd_home_basedir }}"
|
||||
|
Loading…
Reference in New Issue
Block a user