Merge pull request #524 from cnvandijk/fix-executable-path

Remove hardcoded paths to commands on the host machine
This commit is contained in:
Slavi Pantaleev
2020-05-28 15:39:25 +03:00
committed by GitHub
36 changed files with 165 additions and 158 deletions

View File

@ -36,7 +36,7 @@
when: "start_result.changed or postgres_start_result.changed"
- name: Generate password hash
shell: "/usr/bin/docker exec matrix-synapse /usr/local/bin/hash_password -c /data/homeserver.yaml -p {{ password|quote }}"
shell: "{{ matrix_host_command_docker }} exec matrix-synapse /usr/local/bin/hash_password -c /data/homeserver.yaml -p {{ password|quote }}"
register: password_hash
- name: Update user password hash