Deaktiviere Verschlüsselung
This commit is contained in:
parent
63c7b81c14
commit
8b34169c18
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@
|
||||||
become_user: "{{ instance.user }}"
|
become_user: "{{ instance.user }}"
|
||||||
changed_when: true
|
changed_when: true
|
||||||
with_items:
|
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.local --value "\\OC\\Memcache\\APCu"'
|
||||||
- 'php {{ nextcloud_install_path }}/occ config:system:set memcache.distributed --value "\OC\Memcache\Redis"'
|
- 'php {{ nextcloud_install_path }}/occ config:system:set memcache.distributed --value "\OC\Memcache\Redis"'
|
||||||
- "php {{ nextcloud_install_path }}/occ background:cron"
|
- "php {{ nextcloud_install_path }}/occ background:cron"
|
||||||
|
|
Loading…
Reference in a new issue