get rc powershell test4

This commit is contained in:
2025-11-06 12:02:53 +01:00
parent d31f1e783c
commit c2447c49ea

View File

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