Update install-dbs.yaml

This commit is contained in:
Shekar Siri 2021-07-15 21:14:06 +05:30 committed by GitHub
parent 65a8e68ddb
commit f5696639c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@
when: enterprise_edition_license|length > 0
- name: Downloading frontend archive
unarchive:
src: "https://static.openreplay.com/frontend.tar.gz"
src: "https://github.com/openreplay/openreplay/releases/download/{{ openreplay_version }}/frontend.tar.gz"
dest: "{{ role_path }}"
remote_src: true
tags: