Skip to content

Commit

Permalink
Merge pull request #6 from mvdriel/fix-var-log-permissions
Browse files Browse the repository at this point in the history
Fixed /var/log permissions
  • Loading branch information
tersmitten committed Dec 1, 2015
2 parents c60e533 + 6561ea6 commit 2985a07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
- rsyslog
- rsyslog-install

- name: fix dir permissions
# workaround for: https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1256695/comments/5
file:
path: /var/log
owner: root
group: syslog
mode: 0775
tags:
- configuration
- rsyslog
- rsyslog-configuration
- rsyslog-configuration-permissions

- name: update specific configuration files
template:
src: etc/rsyslog.d/rsyslog.conf.j2
Expand Down

0 comments on commit 2985a07

Please sign in to comment.