From 9e17973a956fe846c1a0f1876134c120a0ad7728 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 13 Jan 2019 02:43:37 +0100 Subject: rewording of comment --- roles/elevate/media/tasks/nextcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/elevate/media/tasks') diff --git a/roles/elevate/media/tasks/nextcloud.yml b/roles/elevate/media/tasks/nextcloud.yml index ca9a2572..01d82add 100644 --- a/roles/elevate/media/tasks/nextcloud.yml +++ b/roles/elevate/media/tasks/nextcloud.yml @@ -72,8 +72,8 @@ docker_container: name: nextcloud-installer image: "nextcloud:{{ inventory_hostname }}" - ## for some reasons a newly created database schema is not up to date with the recommended settings... - ## in case this is not needed anymore using '/bin/true' here. + ## For some reasons a newly created database schema is not up to date with the recommended settings... + ## so we will run the migrations right away. If in futuer this is not needed anymore use '/bin/true' here. command: 'su -p www-data -s /bin/sh -c "php /var/www/html/occ db:convert-filecache-bigint"' network_mode: host detach: no -- cgit v1.2.3