From 17a11595805a7e7eac71ce12cb11952d4579227a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 15 Sep 2025 13:36:16 +0300 Subject: [PATCH] Deployer Update --- tasks/deployer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index d908716..a2a327b 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -987,7 +987,7 @@ changed_when: - task.stdout.find('Nextcloud was successfully installed') != -1 until: - - "task.stdout.find('Nextcloud was successfully installed') != -1 or task.stdout.find('Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting') != -1" + - task.stdout.find('Nextcloud was successfully installed') != -1 or task.stdout.find('Searching for scripts (*.sh) to run, located in the folder') != -1 retries: 5 delay: 150 tags: