Skip to content
Snippets Groups Projects
Verified Commit 11d5caa7 authored by Chris Croome's avatar Chris Croome
Browse files

WIP

parent b05c29f5
No related branches found
No related tags found
No related merge requests found
Pipeline #33269 failed
......@@ -15,6 +15,11 @@ php_config:
version: "8.3"
state: present
files:
- name: PHP 8.3 JIT configuration
path: /etc/php/8.3/mods-available/opcache.ini
state: edited
conf_absent:
"opcache.jit": "off"
- name: PHP 8.3 CLI configuration
path: /etc/php/8.3/cli/php.ini
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment