Skip to content

Commit fc75e4c

Browse files
ignore od errors NO_JIRA
1 parent 83296a9 commit fc75e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/remove_onedrive.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
ansible.windows.win_shell: |
55
Stop-Process -Name "OneDrive" -Force
66
Stop-Process -Name "explorer" -Force
7-
7+
ignore_errors: true
8+
89
- name: Find OneDrive installer
910
when: remove_onedrive
1011
ansible.windows.win_find:

0 commit comments

Comments
 (0)