diff --git a/execute_command_ps.yml b/execute_command_ps.yml index c0de028..3aba170 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -13,7 +13,6 @@ - -ExecutionPolicy - ByPass register: pwsh_output - failed_when: - - pwsh_output.output[0] != 7 + - debug: msg: "{{ pwsh_output }}" \ No newline at end of file