get rc powershell test2

This commit is contained in:
2025-11-06 11:58:08 +01:00
parent 8807eb977f
commit 447a789ee9

View File

@@ -9,4 +9,6 @@
script: "{{ command }}"
chdir: "{{ execution_path }}"
register: ps_script
failed_when: ps_script.rc != 0
failed_when: ps_script.rc != 0
debug:
msg: "{{ ps_script }}"