From 83d0f4b605ae5bbb4b6d7332f3fa3acc344e7221 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 24 May 2018 13:26:57 +0100 Subject: [PATCH] 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 --- tasks/rsyslog_server_pre_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/rsyslog_server_pre_install.yml b/tasks/rsyslog_server_pre_install.yml index a1aabc6..25458cb 100644 --- a/tasks/rsyslog_server_pre_install.yml +++ b/tasks/rsyslog_server_pre_install.yml @@ -34,6 +34,7 @@ with_items: - "{{ rsyslog_server_storage_directory }}" - "{{ rsyslog_server_spool_directory }}" + - "/var/log" tags: - rsyslog-server-dirs