diff --git a/nextcloud.yml b/nextcloud.yml index 1feb2b2..17abdc6 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -71,10 +71,10 @@ block: | cd /home/docker/nextcloud.{{inventory_hostname}} - wget https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/Dockerfile -O Dockerfile + wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/Dockerfile -O Dockerfile sed -i 's/^FROM nextcloud:apache/FROM nextcloud:production-apache/' Dockerfile sed -i 's/^# libreoffice/ libreoffice/' Dockerfile - wget https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/supervisord.conf -O supervisord.conf + wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/supervisord.conf -O supervisord.conf backup: yes validate: /bin/bash -n %s notify: run fulldockerfile.sh