Browse Source

Revert "Update riot-web (0.17.6 -> 0.17.7)"

As Github issue #42 says, 0.17.7 is not available.
We shouldn't have tried to use it.

This reverts commit 529b5b222d.
pull/44/head
Slavi Pantaleev 7 years ago
parent
commit
18e1dda4c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-server/defaults/main.yml

+ 1
- 1
roles/matrix-server/defaults/main.yml View File

@@ -262,7 +262,7 @@ matrix_corporal_debug: false
# you may wish to disable this. # you may wish to disable this.
matrix_riot_web_enabled: true matrix_riot_web_enabled: true


matrix_riot_web_docker_image: "avhost/docker-matrix-riot:v0.17.7"
matrix_riot_web_docker_image: "avhost/docker-matrix-riot:v0.17.6"


matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web" matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"




Loading…
Cancel
Save