Fix cleanup
This commit is contained in:
@@ -26,8 +26,12 @@
|
||||
dest: /usr/share/nginx/html
|
||||
remote_src: true
|
||||
|
||||
- name: Cleanup temp file
|
||||
ansible.builtin.file:
|
||||
path: /tmp/build-artifact-{{ artifact_version }}.tar.gz
|
||||
state: absent
|
||||
|
||||
- name: Clean up artifact download
|
||||
ansible.builtin.file:
|
||||
path: /tmp/BABFrontend.zip
|
||||
state: absent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user