add support for APCu

This commit is contained in:
nd 2018-11-13 21:48:49 +01:00
parent 276a27f89f
commit c24a2c7eef
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -35,6 +35,7 @@
- { key: "mail_smtpauthtype", value: "PLAIN" } - { key: "mail_smtpauthtype", value: "PLAIN" }
- { key: "mail_smtphost", value: "{{ mail.server }}" } - { key: "mail_smtphost", value: "{{ mail.server }}" }
- { key: "mail_smtpport", value: "25" } - { key: "mail_smtpport", value: "25" }
- { key: "memcache.local", value: '{{ "\OC\Memcache\APCu" }}' }
- name: copy nextcloud nginx config - name: copy nextcloud nginx config
template: template: