From 8807eb977f880485c284449c1ff6feb0063fd58a Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 11:47:16 +0100 Subject: [PATCH] get rc powershell test1 --- execute_command_ps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execute_command_ps.yml b/execute_command_ps.yml index d778d4d..8375028 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -9,4 +9,4 @@ script: "{{ command }}" chdir: "{{ execution_path }}" register: ps_script - failed_when: rc != 0 \ No newline at end of file + failed_when: ps_script.rc != 0 \ No newline at end of file