3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-10 18:10:24 +00:00

Use |quote in some command calls

This commit is contained in:
Slavi Pantaleev
2020-04-24 09:59:30 +03:00
parent 8cdf3a24f9
commit 9cc0c5955d
2 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@
when: "start_result.changed"
- name: Register user
shell: "{{ matrix_local_bin_path }}/matrix-synapse-register-user {{ username }} {{ password }} {{ '1' if admin == 'yes' else '0' }}"
command: "{{ matrix_local_bin_path }}/matrix-synapse-register-user {{ username|quote }} {{ password|quote }} {{ '1' if admin == 'yes' else '0' }}"