This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
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 year ago
parent
3d7a926c19
commit
44682a9e0f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-user-creator/tasks/setup.yml
+ 1
- 1
roles/custom/matrix-user-creator/tasks/setup.yml
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save