Skip to content

Commit aa058b4

Browse files
committed
Updated to new zip file location
1 parent 836fe16 commit aa058b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/ansible/playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
rum_token: "{{ lookup('env','RUM_TOKEN') }}"
1010
realm: "{{ lookup('env','REALM') }}"
1111
o11y_env_name: "{{ lookup('env','INSTANCE') }}"
12-
o11y_diabversion: "demo-in-a-box-2.0"
12+
o11y_diabversion: "demo-in-a-box-latest"
1313

1414
tasks:
1515
- name: Configure Demo-in-a-Box
@@ -21,7 +21,7 @@
2121

2222
- name: Download demo-in-a-box
2323
get_url:
24-
url: "https://demoinabox-tst.s3.us-east-2.amazonaws.com/{{ o11y_diabversion }}.zip"
24+
url: "https://demo-in-a-box.s3.amazonaws.com/{{ o11y_diabversion }}.zip"
2525
dest: /home/ubuntu/demo-in-a-box.zip
2626
become: true
2727
when: not wh_result.stat.exists

0 commit comments

Comments
 (0)