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 c727a81986 - Show all commits

View File

@@ -22,15 +22,10 @@
- name: Extract tgz file to nginx directory
ansible.builtin.unarchive:
src: /tmp/build-artifact-{{ artifact_version}}.{{ artifact_job}}/build-{{ artifact_version }}.tar.gz
src: /tmp/build-{{ artifact_version }}.tar.gz
dest: /usr/share/nginx/html
remote_src: true
- name: Cleanup temp directory
ansible.builtin.file:
path: /tmp/build-artifact-{{ artifact_version }}.{{ artifact_job }}
state: absent
- name: Clean up artifact download
ansible.builtin.file:
path: /tmp/BABFrontend.zip