This config needs to be readable by apache to get db connect info.
This commit is contained in:
parent
e78f2428bd
commit
72f327b1dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue