Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
overmind
/
matrix-docker-ansible-deploy
kopia lustrzana
https://github.com/spantaleev/matrix-docker-ansible-deploy
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Disable automatic user creation when MAS migration is in progress
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3647
pull/3649/head
Slavi Pantaleev
1 rok temu
rodzic
3d7a926c19
commit
44682a9e0f
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
roles/custom/matrix-user-creator/tasks/setup.yml
+ 1
- 1
roles/custom/matrix-user-creator/tasks/setup.yml
Wyświetl plik
@@ -31,7 +31,7 @@
# Suppress logging to avoid dumping the credentials to the shell
no_log: true
- when: matrix_authentication_service_enabled
| bool
- when: matrix_authentication_service_enabled
and not matrix_authentication_service_migration_in_progress
block:
- name: Ensure Matrix Authentication Service is started before creating Matrix users
ansible.builtin.service:
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz