From 8b34169c1839eb046b73d6c822d95555c5bdcae7 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 3 Jul 2021 16:10:10 +0200 Subject: [PATCH] =?UTF-8?q?Deaktiviere=20Verschl=C3=BCsselung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/nextcloud.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/nextcloud.yml b/tasks/nextcloud.yml index 1767aef..83ef6c1 100644 --- a/tasks/nextcloud.yml +++ b/tasks/nextcloud.yml @@ -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"