Start EDA #1

Merged
ptoal merged 11 commits from devel into main 2023-12-20 22:59:57 +00:00
Showing only changes of commit 7b1fa91b41 - Show all commits

View File

@@ -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