summaryrefslogtreecommitdiffstats
path: root/roles/paste/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-03-02 19:48:39 +0000
committerKevin Fenzi <kevin@scrye.com>2014-03-02 19:48:39 +0000
commit72f327b1dd78dc35b528f9d8ba3e7116de4deab4 (patch)
tree693b9571b2793614686fed6e611ae9e8e178689c /roles/paste/tasks
parente78f2428bd2bfaca504ef51c367152e9d1d137ee (diff)
downloadansible-72f327b1dd78dc35b528f9d8ba3e7116de4deab4.tar.gz
ansible-72f327b1dd78dc35b528f9d8ba3e7116de4deab4.tar.xz
ansible-72f327b1dd78dc35b528f9d8ba3e7116de4deab4.zip
This config needs to be readable by apache to get db connect info.
Diffstat (limited to 'roles/paste/tasks')
-rw-r--r--roles/paste/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/paste/tasks/main.yml b/roles/paste/tasks/main.yml
index 1f7d4a298..d80f88480 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