Do not fail when the registry is offline.
This commit is contained in:
parent
d9490616c4
commit
ccc3a01598
@ -14,6 +14,8 @@
|
|||||||
password: "{{ private_registry_password }}"
|
password: "{{ private_registry_password }}"
|
||||||
registry: "{{ private_registry_domain }}"
|
registry: "{{ private_registry_domain }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
# We ignore failures because the image should be in the cache
|
||||||
|
failed_when: false
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Create coturn container
|
- name: Create coturn container
|
||||||
|
Loading…
Reference in New Issue
Block a user