Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix --tags=register-user not working on Dendrite due to broken Jinja syntax
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2369
pull/2370/head
Slavi Pantaleev
3 anos atrás
pai
d018677293
commit
73e689e48e
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
roles/custom/matrix-dendrite/tasks/register_user.yml
+ 1
- 1
roles/custom/matrix-dendrite/tasks/register_user.yml
Ver arquivo
@@ -29,6 +29,6 @@
- name: Register user
ansible.builtin.command:
cmd: "{{
{{
matrix_dendrite_bin_path
}}
}}/create-account {{ username | quote }} {{ password | quote }} {{ '1' if admin == 'yes' else '0' }}"
cmd: "{{ matrix_dendrite_bin_path }}/create-account {{ username | quote }} {{ password | quote }} {{ '1' if admin == 'yes' else '0' }}"
register: matrix_dendrite_register_user_result
changed_when: matrix_dendrite_register_user_result.rc == 0
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar