get rc powershell test1
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
script: "{{ command }}"
|
||||
chdir: "{{ execution_path }}"
|
||||
register: ps_script
|
||||
failed_when: rc != 0
|
||||
failed_when: ps_script.rc != 0
|
||||
Reference in New Issue
Block a user