Revert "fixed opcache config write"

This reverts commit 248bde2b9a.
This commit is contained in:
Ebbe Baß
2026-07-16 13:07:39 +02:00
parent e8d774c1bf
commit 44630da1b8
@@ -171,10 +171,6 @@
- name: Enable OPcache settings - name: Enable OPcache settings
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: "/etc/php/{{ nc_php_version }}/apache2/conf.d/10-opcache.ini" path: "/etc/php/{{ nc_php_version }}/apache2/conf.d/10-opcache.ini"
create: true
owner: root
group: root
mode: "0644"
block: | block: |
opcache.enable=1 opcache.enable=1
opcache.interned_strings_buffer=32 opcache.interned_strings_buffer=32