postfixadmin: php pool fix
This commit is contained in:
parent
70144f3fbb
commit
216278c36e
|
@ -32,17 +32,8 @@
|
||||||
- name: postfixadmin - fix config access
|
- name: postfixadmin - fix config access
|
||||||
file:
|
file:
|
||||||
path: "/etc/webapps/postfixadmin/{{ item }}"
|
path: "/etc/webapps/postfixadmin/{{ item }}"
|
||||||
owner: http
|
owner: postfixadmin
|
||||||
group: http
|
group: postfixadmin
|
||||||
with_items:
|
with_items:
|
||||||
- config.inc.php
|
- config.inc.php
|
||||||
- config.local.php
|
- config.local.php
|
||||||
|
|
||||||
- name: postfixadmin - fix caching access
|
|
||||||
file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
owner: http
|
|
||||||
group: http
|
|
||||||
with_items:
|
|
||||||
- "/usr/share/webapps/postfixadmin/templates_c/"
|
|
||||||
- "/var/cache/postfixadmin/templates_c/"
|
|
||||||
|
|
Loading…
Reference in New Issue