From 9d8d9f9ac8898cfdb5421d42717a709b01aaa802 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 15:48:46 +0200 Subject: [PATCH] feat: never fail the force update task --- playbook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index 975e8d4..9555d7b 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -12,6 +12,8 @@ cmd: "ansible-galaxy install -f -r roles/requirements.yml" become: false delegate_to: "localhost" + changed_when: false + failed_when: false roles: - role: "docker"