From 72f327b1dd78dc35b528f9d8ba3e7116de4deab4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 2 Mar 2014 19:48:39 +0000 Subject: [PATCH] This config needs to be readable by apache to get db connect info. --- roles/paste/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/paste/tasks/main.yml b/roles/paste/tasks/main.yml index 1f7d4a2982..d80f884804 100644 --- a/roles/paste/tasks/main.yml +++ b/roles/paste/tasks/main.yml @@ -30,7 +30,7 @@ notify: restart httpd - name: sticky-notes php config - template: src=config.php dest=/etc/sticky-notes/config.php owner=root group=root mode=600 + template: src=config.php dest=/etc/sticky-notes/config.php owner=apache group=apache mode=600 tags: - config notify: restart httpd