nextcloud.yml aktualisiert
This commit is contained in:
parent
c374d15c45
commit
4359f86e56
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user