tasks: Fix permissions for /var/log directory

The files/50-defaults.conf file configures some facilities and
priorities to be logged into the /var/log directory but the role
doesn't properly configure the permissions on it so rsyslog may
not be able to write anything to that directory.

Change-Id: I15478ca348a3a399f20b54ee130ce017e8d03551
This commit is contained in:
Markos Chandras 2018-05-24 13:26:57 +01:00
parent e7b341a8d9
commit 83d0f4b605
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
with_items:
- "{{ rsyslog_server_storage_directory }}"
- "{{ rsyslog_server_spool_directory }}"
- "/var/log"
tags:
- rsyslog-server-dirs