From 3ce2cfaef32af026f9a4eb733ab1abac600480f6 Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 13:37:37 +0100 Subject: [PATCH] get rc powershell test8 --- execute_command_ps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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