From 943915be747bbedd8fe7f2cb0e0285c2d5628b56 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 7 Apr 2026 09:20:30 +0200 Subject: [PATCH] gitea act runner: reuse docker images --- ansible/arcodange/factory/playbooks/03_cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/arcodange/factory/playbooks/03_cicd.yml b/ansible/arcodange/factory/playbooks/03_cicd.yml index e93adf6..b765ac1 100644 --- a/ansible/arcodange/factory/playbooks/03_cicd.yml +++ b/ansible/arcodange/factory/playbooks/03_cicd.yml @@ -131,7 +131,7 @@ # If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work. docker_host: "" # Pull docker image(s) even if already present - force_pull: true + force_pull: false # Rebuild docker image(s) even if already present force_rebuild: false