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