Deaktiviere Verschlüsselung

This commit is contained in:
phil 2021-07-03 16:10:10 +02:00
parent 63c7b81c14
commit 8b34169c18

View file

@ -49,8 +49,6 @@
become_user: "{{ instance.user }}"
changed_when: true
with_items:
- "php {{ nextcloud_install_path }}/occ app:enable encryption"
- "php {{ nextcloud_install_path }}/occ encryption:enable"
- 'php {{ nextcloud_install_path }}/occ config:system:set memcache.local --value "\\OC\\Memcache\\APCu"'
- 'php {{ nextcloud_install_path }}/occ config:system:set memcache.distributed --value "\OC\Memcache\Redis"'
- "php {{ nextcloud_install_path }}/occ background:cron"