try
Some checks failed
Deploy to ras-dan-01 / deploy (push) Failing after -20s

This commit is contained in:
2025-08-26 15:56:09 +02:00
parent 6e79e2e70e
commit a94afc0b61

View File

@@ -54,7 +54,7 @@
containers: true
containers_all: true
register: host_info
until: (host_info.containers | selectattr('Config.Labels.com.docker.compose.project', 'equalto', project_name) | list | length) >= 2
until: host_info.containers is defined and (host_info.containers | length) >= 2
retries: 10
delay: 5