From c2447c49ea304ba31648d0be1f5cf10a6e085c44 Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 12:02:53 +0100 Subject: [PATCH] get rc powershell test4 --- execute_command_ps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/execute_command_ps.yml b/execute_command_ps.yml index f22c614..5c900ad 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -9,6 +9,5 @@ script: "{{ command }}" chdir: "{{ execution_path }}" register: ps_script - failed_when: ps_script.rc != 0 - debug: msg: "{{ ps_script }}" \ No newline at end of file