Skip to content

Commit b6e42f1

Browse files
committed
[code] add commented ignore_errors to prevent role breakage(?)
1 parent abc00ca commit b6e42f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/code/tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
fail:
8989
msg: Could not find expected APK link in page. (Status = {{ apk_index.status }})
9090
when: code_apk_64bit_filename | length == 0
91+
#ignore_errors: yes
9192

9293
- name: Get CodeOnTheGo version number
9394
set_fact:

0 commit comments

Comments
 (0)