Do not fail when the registry is offline.

This commit is contained in:
yohan 2024-10-20 16:09:11 +02:00
parent d9490616c4
commit ccc3a01598

View File

@ -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