get rc powershell test7

This commit is contained in:
2025-11-06 13:08:47 +01:00
parent 2a414d60d2
commit b606d4def5

View File

@@ -12,8 +12,8 @@
arguments:
- -ExecutionPolicy
- ByPass
register: pwsh_output
failed_when:
- pwsh_output.output[0] != 7
register: pwsh_output
failed_when:
- pwsh_output.output[0] != 7
- debug:
msg: "{{ pwsh_output }}"