get rc powershell test11

This commit is contained in:
2025-11-06 14:35:45 +01:00
parent ce8bdb3a45
commit 82140478db

View File

@@ -8,7 +8,5 @@
ansible.windows.win_powershell:
script: "{{ command }}"
chdir: "{{ execution_path }}"
register: pwsh_output
- debug:
msg: "{{ pwsh_output.output[0] }}"
register: output
failed_when: output.output[0] != 0