fix: turn nextcloud php config from copy to template

This commit is contained in:
VC
2024-07-05 11:53:15 +02:00
parent f28277c724
commit d5df5eed3d
3 changed files with 14 additions and 433 deletions

View File

@@ -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