get rc powershell test2

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

View File

@@ -10,3 +10,5 @@
chdir: "{{ execution_path }}"
register: ps_script
failed_when: ps_script.rc != 0
debug:
msg: "{{ ps_script }}"