Make httpd logs world readable on MBS

This commit is contained in:
mprahl 2017-02-23 15:55:47 +00:00
parent 854eaecce1
commit cff1f923cf

View file

@ -47,3 +47,13 @@
- mbs
- mbs/frontend
- selinux
- name: make httpd logs world readable
file:
name: /var/log/httpd
state: directory
mode: 0755
tags:
- mbs
- mbs/frontend