Update install-dbs.yaml
This commit is contained in:
parent
65a8e68ddb
commit
f5696639c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue