diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-03-02 19:48:39 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-03-02 19:48:39 +0000 |
| commit | 72f327b1dd78dc35b528f9d8ba3e7116de4deab4 (patch) | |
| tree | 693b9571b2793614686fed6e611ae9e8e178689c /roles/paste/tasks | |
| parent | e78f2428bd2bfaca504ef51c367152e9d1d137ee (diff) | |
| download | ansible-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.yml | 2 |
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 |
