get rc powershell

This commit is contained in:
2025-11-06 11:44:07 +01:00
parent 4604f2f3ef
commit 7f039b4897

View File

@@ -8,3 +8,5 @@
ansible.windows.win_powershell:
script: "{{ command }}"
chdir: "{{ execution_path }}"
register: ps_script
failed_when: rc != 0