From 447a789ee9943d58ca6a07f1aa354b2d3f5dc40a Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 11:58:08 +0100 Subject: [PATCH] get rc powershell test2 --- execute_command_ps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/execute_command_ps.yml b/execute_command_ps.yml index 8375028..a770b39 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -9,4 +9,6 @@ script: "{{ command }}" chdir: "{{ execution_path }}" register: ps_script - failed_when: ps_script.rc != 0 \ No newline at end of file + failed_when: ps_script.rc != 0 + debug: + msg: "{{ ps_script }}" \ No newline at end of file