From ce8bdb3a45e38bf670c15f62be46a5ca7e55192b Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 14:07:06 +0100 Subject: [PATCH] get rc powershell test10 --- 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 afb5485..825e5fe 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -11,4 +11,4 @@ register: pwsh_output - debug: - msg: "{{ pwsh_output }}" \ No newline at end of file + msg: "{{ pwsh_output.output[0] }}" \ No newline at end of file