From 1af867bd0f2a7ab657241fafe92f7c6aa814febf Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 31 Jul 2018 15:00:57 +0800 Subject: [PATCH] - ansible.yml --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index e7f970025..80599da7c 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -4,7 +4,7 @@ tasks: - name: copy execute file to dest copy: - src: jx-callback + src: ../jx-callback dest: /jxdata/jx-callback/jx-callback owner: ubuntu group: ubuntu