fixed typo

This commit is contained in:
Philip (a-0) 2022-09-07 14:32:08 +02:00
parent 6fc3c95d7f
commit b35e1ef76f

View file

@ -77,7 +77,7 @@
- name: Copy built binary to final location
copy:
remote_src: yes
src: "{{ matrixmailer_build_tmp }}"/release/matrixmailer
src: "{{ matrixmailer_build_tmp }}/release/matrixmailer"
dest: "{{ matrixmailer_binary_location }}"
owner: "{{ matrixmailer_system_user }}"
group: "{{ matrixmailer_system_group }}"