From 1091f42490065b6383a1f32a76ce7406008137ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 16 Dec 2022 14:59:54 +0100 Subject: [PATCH] rust_binaries: Fix check mode --- playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yml b/playbook.yml index 7959d09..514f524 100644 --- a/playbook.yml +++ b/playbook.yml @@ -577,6 +577,7 @@ loop_control: label: "{{ item.binary }}" when: item.source|default('crates.io') == 'crates.io' + check_mode: false - name: check if binary already exists for git stat: @@ -586,6 +587,7 @@ loop_control: label: "{{ item.binary }}" when: item.source|default('crates.io') == 'git' + check_mode: false - debug: var: rust_binary_cratesio