Skip to content

Commit

Permalink
ignore error for getting process vmmemmdag
Browse files Browse the repository at this point in the history
Signed-off-by: Yanan Shen <[email protected]>
  • Loading branch information
123lzxm committed Apr 13, 2023
1 parent 1cd0d11 commit f5b0b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/mdag_enable_disable/enable_mdag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
include_tasks: ../utils/win_execute_cmd.yml
vars:
win_powershell_cmd: "Get-Process -Name {{ mdag_process }}"
win_execute_cmd_ignore_error: true
when:
- guest_os_build_num | int > 22000
- mdag_process_result.rc is defined
Expand Down

0 comments on commit f5b0b9c

Please sign in to comment.