1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Do not assume /usr/local/bin is always on the PATH

This commit is contained in:
Slavi Pantaleev
2017-09-08 10:47:12 +03:00
parent 9c68b057b0
commit 0f43abb91d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@
when: start_result.changed
- name: Register user
shell: "matrix-synapse-register-user {{ username }} {{ password }} {{ '1' if admin == 'yes' else '0' }}"
shell: "/usr/local/bin/matrix-synapse-register-user {{ username }} {{ password }} {{ '1' if admin == 'yes' else '0' }}"