From 57e5a6b7790c2a3df42787c92099c4bc00fa9c68 Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 6 Nov 2025 14:01:26 +0100 Subject: [PATCH] get rc powershell test9 --- execute_command_ps.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/execute_command_ps.yml b/execute_command_ps.yml index 3aba170..afb5485 100644 --- a/execute_command_ps.yml +++ b/execute_command_ps.yml @@ -8,10 +8,6 @@ ansible.windows.win_powershell: script: "{{ command }}" chdir: "{{ execution_path }}" - executable: pwsh.exe - arguments: - - -ExecutionPolicy - - ByPass register: pwsh_output - debug: