nextcloud.yml aktualisiert

This commit is contained in:
olli 2023-08-21 16:59:37 +02:00
parent c374d15c45
commit 4359f86e56

View File

@ -290,6 +290,13 @@
create: yes
marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: |
# waiting for started Nextcloud (Login-Screen)
until wget nextcloud.{{inventory_hostname}} -O - | grep -q Login
do
echo "Waiting for Login screen..."
sleep 10
done
# nextcloud
cd /home/docker/nextcloud.{{inventory_hostname}} || exit 1