This should be the default perm: 2755
This commit is contained in:
parent
f115b7123b
commit
1df91d33fd
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
||||||
|
|
||||||
- name: enable journald persistence
|
- name: enable journald persistence
|
||||||
file: path=/var/log/journal state=directory
|
file: path=/var/log/journal state=directory
|
||||||
owner=root group=systemd-journal mode=0600
|
owner=root group=systemd-journal mode=2755
|
||||||
when: ansible_distribution_major_version|int >= 7
|
when: ansible_distribution_major_version|int >= 7
|
||||||
tags:
|
tags:
|
||||||
- journald
|
- journald
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue