get rc powershell test1

This commit is contained in:
2025-11-06 11:47:16 +01:00
parent 7f039b4897
commit 8807eb977f

View File

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