v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
Showing only changes of commit 7664002bea - Show all commits
+3 -3
View File
@@ -20,7 +20,7 @@
- name: Check if the download was successful - name: Check if the download was successful
debug: debug:
msg: "Download successful: {{ download_status.downloaded }}" msg: "Download successful: {{ download_status.msg }}"
# Kiểm tra ở trên server đã tồn tại file vùa tải xuống không # 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 - name: Check if the artifact file exists
@@ -31,9 +31,9 @@
failed_when: false failed_when: false
# Debug file_status # Debug file_status
- name: Output file status - name: Debug file_status
debug: debug:
msg: "Artifact downloaded: {{ file_status.stat.exists }}" var: file_status
# Giải nén artifact vào thư mục target # Giải nén artifact vào thư mục target