From b35e1ef76f04cb2c69ad97e71ac533209fb12e80 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Wed, 7 Sep 2022 14:32:08 +0200 Subject: [PATCH] fixed typo --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9c26d95..cd73823 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"