fix: turn nextcloud php config from copy to template
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
- name: php-fpm nextcloud specific configuration
|
||||
copy:
|
||||
src: files/oc.conf
|
||||
template:
|
||||
src: oc.conf.j2
|
||||
dest: "/etc/php/{{ php_version }}/fpm/pool.d/oc.conf"
|
||||
notify:
|
||||
- restart php-fpm
|
||||
|
Reference in New Issue
Block a user