Make httpd logs world readable on MBS
This commit is contained in:
parent
854eaecce1
commit
cff1f923cf
1 changed files with 10 additions and 0 deletions
|
@ -47,3 +47,13 @@
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/frontend
|
- mbs/frontend
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
|
- name: make httpd logs world readable
|
||||||
|
file:
|
||||||
|
name: /var/log/httpd
|
||||||
|
state: directory
|
||||||
|
mode: 0755
|
||||||
|
tags:
|
||||||
|
- mbs
|
||||||
|
- mbs/frontend
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue