Do not fail when the registry is offline.
This commit is contained in:
parent
8bb187f3d9
commit
81f3a5a9d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user