3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-01 21:50:25 +00:00

Add the ability to update user passwords with ansible (when using the matrix-postgres container).

This commit is contained in:
Lyubomir Popov
2019-04-30 16:30:26 +03:00
parent 1495be1e0e
commit 134faa3139
10 changed files with 137 additions and 1 deletions

View File

@@ -79,3 +79,9 @@
dest: "/usr/local/bin/matrix-synapse-register-user"
mode: 0750
- name: Ensure matrix-synapse-generate-password-hash script created
template:
src: "{{ role_path }}/templates/synapse/usr-local-bin/matrix-synapse-generate-password-hash.j2"
dest: "/usr/local/bin/matrix-synapse-generate-password-hash"
mode: 0750