v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
Showing only changes of commit 63f40a088e - Show all commits
+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