Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fix wrong variable name
pull/386/head
Horvath Gergely
há 6 anos
ascendente
3c8535c3bc
cometimento
a164fe485e
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
roles/matrix-riot-web/tasks/setup_riot_web.yml
+ 1
- 1
roles/matrix-riot-web/tasks/setup_riot_web.yml
Ver ficheiro
@@ -40,7 +40,7 @@
dockerfile: Dockerfile
path: "{{ matrix_riot_web_docker_src_files_path }}"
pull: yes
when: "matrix_riot_web_enabled|bool and matrix_self_build"
when: "matrix_riot_web_enabled|bool and matrix_
riot_web_
self_build"
- name: Ensure Matrix riot-web configuration installed
copy:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar