get rc powershell test3

This commit is contained in:
2025-11-06 12:00:51 +01:00
parent 447a789ee9
commit d31f1e783c

View File

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