This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
overmind
/
matrix-docker-ansible-deploy
огледало од
https://github.com/spantaleev/matrix-docker-ansible-deploy
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Remove useless explicit daemon reload in matrix-user-creator
The next task asks for a daemon reload, so there's no need to do it twice.
pull/2515/head
Slavi Pantaleev
пре 3 година
родитељ
0af6e6d9d9
комит
c8022c1a18
1 измењених фајлова
са
0 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
roles/custom/matrix-user-creator/tasks/setup.yml
+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml
Прегледај датотеку
@@ -8,10 +8,6 @@
# Suppress logging to avoid dumping the credentials to the shell
no_log: true
- name: Ensure systemd is reloaded before starting the homeserver
ansible.builtin.service:
daemon_reload: true
- name: Ensure homeserver is started before creating Matrix users
ansible.builtin.service:
name: "matrix-{{ matrix_homeserver_implementation }}.service"
Write
Preview
Loading…
Откажи
Сачувај