From ccc3a0159803b8f53a7ecc2bdb9d9e07bc10c6ef Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 20 Oct 2024 16:09:11 +0200 Subject: [PATCH] Do not fail when the registry is offline. --- roles/role_deploy_coturn/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/role_deploy_coturn/tasks/main.yml b/roles/role_deploy_coturn/tasks/main.yml index 81f10da..8c2529f 100644 --- a/roles/role_deploy_coturn/tasks/main.yml +++ b/roles/role_deploy_coturn/tasks/main.yml @@ -14,6 +14,8 @@ password: "{{ private_registry_password }}" registry: "{{ private_registry_domain }}" changed_when: false + # We ignore failures because the image should be in the cache + failed_when: false become: true - name: Create coturn container