mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:48:34 +01:00
fix: correctly set apcu php mod
This commit is contained in:
@@ -34,3 +34,10 @@
|
||||
dest: /etc/nginx/sites-enabled/nextcloud.conf
|
||||
notify:
|
||||
- reload nginx
|
||||
|
||||
- name: Deploy apcu ini
|
||||
template:
|
||||
src: apcu.ini
|
||||
dest: /etc/php/8.2/mods-available/apcu.ini
|
||||
notify:
|
||||
- restart php-fpm
|
||||
|
||||
Reference in New Issue
Block a user