From d31f1e783c0165c05f1f3d1251aa2f63fbc87d8b Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 12:00:51 +0100 Subject: [PATCH] get rc powershell test3 --- 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 a770b39..f22c614 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -10,5 +10,5 @@ chdir: "{{ execution_path }}" register: ps_script failed_when: ps_script.rc != 0 - debug: + - debug: msg: "{{ ps_script }}" \ No newline at end of file