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
Use the correct variable name in Postgres password length check.
pull/809/head
Hardy Erlinger
il y a 5 ans
Parent
3647b23628
révision
da4d4b824f
1 fichiers modifiés
avec
1 ajouts
et
1 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
+1
-1
roles/matrix-postgres/tasks/validate_config.yml
+ 1
- 1
roles/matrix-postgres/tasks/validate_config.yml
Voir le fichier
@@ -36,4 +36,4 @@
- name: Fail if Postgres password length exceeded
fail:
msg: "The maximum `matrix_postgres_connection_password` length is 99 characters"
when: "matrix_postgres_connection_
hostname
|length > 99"
when: "matrix_postgres_connection_
password
|length > 99"
Écrire
Aperçu
Chargement…
Annuler
Enregistrer