rust_binaries: Fix check mode
This commit is contained in:
@@ -577,6 +577,7 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.binary }}"
|
label: "{{ item.binary }}"
|
||||||
when: item.source|default('crates.io') == 'crates.io'
|
when: item.source|default('crates.io') == 'crates.io'
|
||||||
|
check_mode: false
|
||||||
|
|
||||||
- name: check if binary already exists for git
|
- name: check if binary already exists for git
|
||||||
stat:
|
stat:
|
||||||
@@ -586,6 +587,7 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.binary }}"
|
label: "{{ item.binary }}"
|
||||||
when: item.source|default('crates.io') == 'git'
|
when: item.source|default('crates.io') == 'git'
|
||||||
|
check_mode: false
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
var: rust_binary_cratesio
|
var: rust_binary_cratesio
|
||||||
|
|||||||
Reference in New Issue
Block a user