This should be the default perm: 2755

This commit is contained in:
Kevin Fenzi 2016-02-12 15:50:07 +00:00
parent f115b7123b
commit 1df91d33fd

View file

@ -237,7 +237,7 @@
- name: enable journald persistence
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
tags:
- journald