This commit is contained in:
thienqb123456
2024-12-23 00:35:23 +07:00
parent 7664002bea
commit 63f40a088e
+1 -1
View File
@@ -25,7 +25,7 @@
# Kiểm tra ở trên server đã tồn tại file vùa tải xuống không
- name: Check if the artifact file exists
stat:
path: "{{ temp_dir }}\\{{ artifact_name }}"
path: "{{ temp_dir }}/{{ artifact_name }}"
register: file_status
changed_when: false
failed_when: false