Do not fail when the registry is offline.

This commit is contained in:
yohan 2024-10-20 15:14:34 +02:00
parent 8bb187f3d9
commit 81f3a5a9d6

View File

@ -12,6 +12,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: Check if key file already exists