mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
chown the (temporary) sqlite db to apache so wsgi doesn't error out
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -43,3 +43,6 @@
|
||||
command: /usr/bin/graphite-manage syncdb --noinput
|
||||
tags:
|
||||
- graphite
|
||||
|
||||
- name: chown the sqlite database to apache.apache
|
||||
file: path=/var/lib/graphite-web/graphite.db owner=apache group=apache
|
||||
|
||||
Reference in New Issue
Block a user