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