From cb620977cf5dda6579547470430ef79cd74e4daf Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Fri, 28 Oct 2022 18:23:42 +0200 Subject: [PATCH] Add with_registry_auth: true This ensures that all nodes have access to pulling images --- tasks/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/deploy.yml b/tasks/deploy.yml index a2a1080..f63a1b4 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml @@ -47,6 +47,7 @@ name: "{{ service }}" prune: yes resolve_image: "always" + with_registry_auth: yes compose: - "{{ remote_service_path }}/stack.yml" - version: "{{ compose_version }}"