fixed typo
This commit is contained in:
parent
6fc3c95d7f
commit
b35e1ef76f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
- name: Copy built binary to final location
|
- name: Copy built binary to final location
|
||||||
copy:
|
copy:
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
src: "{{ matrixmailer_build_tmp }}"/release/matrixmailer
|
src: "{{ matrixmailer_build_tmp }}/release/matrixmailer"
|
||||||
dest: "{{ matrixmailer_binary_location }}"
|
dest: "{{ matrixmailer_binary_location }}"
|
||||||
owner: "{{ matrixmailer_system_user }}"
|
owner: "{{ matrixmailer_system_user }}"
|
||||||
group: "{{ matrixmailer_system_group }}"
|
group: "{{ matrixmailer_system_group }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue