You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/yarn.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@
21
21
- name: "Yarn | Check for installation"
22
22
shell: which yarn
23
23
register: yarn_result
24
-
changed_when: '"yarn" not in yarn_result.stdout'
25
24
changed_when: false
26
25
failed_when: false
27
26
@@ -38,7 +37,7 @@
38
37
when: '"Usage" not in yarn_result.stdout and "Yarn requires Node" not in yarn_result.stdout and "is not supported, please use Node.js" not in yarn_result.stdout'
0 commit comments