Thienvv -
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user