From eab3868a3a44f68b2e1d843804a51521121513f9 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Tue, 27 Aug 2024 23:36:06 +0200 Subject: [PATCH] [correct] --- update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 9854790..69373cc 100644 --- a/update.yml +++ b/update.yml @@ -31,7 +31,7 @@ - community.docker.docker_compose_v2: project_src: /opt/dockerapps/ - pull: true + pull: always when: - inventory_hostname == 'scaleway' @@ -59,4 +59,5 @@ body: "{{ ansible_play_hosts }}" status_code: 200 delegate_to: localhost + run_once: true