Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
overmind
/
matrix-docker-ansible-deploy
зеркало из
https://github.com/spantaleev/matrix-docker-ansible-deploy
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
0
Вики
Активность
Просмотр исходного кода
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 год назад
Родитель
3d7a926c19
Сommit
44682a9e0f
1 измененных файлов
:
1 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
roles/custom/matrix-user-creator/tasks/setup.yml
+ 1
- 1
roles/custom/matrix-user-creator/tasks/setup.yml
Просмотреть файл
@@ -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:
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить