Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
overmind
/
matrix-docker-ansible-deploy
Mirror von
https://github.com/spantaleev/matrix-docker-ansible-deploy
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
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
vor 1 Jahr
Ursprung
3d7a926c19
Commit
44682a9e0f
1 geänderte Dateien
mit
1 neuen
und
1 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+1
-1
roles/custom/matrix-user-creator/tasks/setup.yml
+ 1
- 1
roles/custom/matrix-user-creator/tasks/setup.yml
Datei anzeigen
@@ -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:
Verfassen
Vorschau
Laden…
Abbrechen
Speichern