Added APCu as local memcache

This commit is contained in:
2021-11-06 16:18:52 +01:00
parent e8fdabc8b5
commit 0479f1496e
2 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,9 @@
command: command:
chdir: ~/html chdir: ~/html
cmd: php occ background:cron cmd: php occ background:cron
- name: set up local memcache
when: installation.changed
command: php occ config:system:set memcache.local --value='\OC\Memcache\APCu'
- name: set up redis - name: set up redis
when: installation.changed when: installation.changed
block: block:

View File

@ -27,3 +27,5 @@
mode: 0644 mode: 0644
notify: notify:
- restart php - restart php
- name: flush handlers
meta: flush_handlers