Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
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
il y a 3 ans
Parent
0af6e6d9d9
révision
c8022c1a18
1 fichiers modifiés
avec
0 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+0
-4
roles/custom/matrix-user-creator/tasks/setup.yml
+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml
Voir le fichier
@@ -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"
Écrire
Aperçu
Chargement…
Annuler
Enregistrer