Remove temporary vars
This commit is contained in:
@@ -2,10 +2,6 @@
|
|||||||
- name: Deploy BAB Frontend Application
|
- name: Deploy BAB Frontend Application
|
||||||
hosts: bab1.mgmt.toal.ca
|
hosts: bab1.mgmt.toal.ca
|
||||||
become: false
|
become: false
|
||||||
vars:
|
|
||||||
artifact_version: 0.0.2
|
|
||||||
artifact_job: 11
|
|
||||||
artifact_url: https://gitea.toal.ca/oys/bab-app/actions/runs/{{ artifact_job }}/artifacts/build-artifact-{{ artifact_version }}.{{ artifact_job }}
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Download zip file from url
|
- name: Download zip file from url
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
|
|||||||
Reference in New Issue
Block a user