Skip to content

Commit

Permalink
ansible: fix copy file failed
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai authored and YunhuiChen committed May 21, 2021
1 parent 98bd5e3 commit 9beb150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- name: copy map_curve_disk.sh to init.d
vars:
remote_dir_name: "/etc/init.d"
local_file_path: "{{ curve_bin_dir }}/map_curve_disk.sh"
local_file_path: "{{ local_nbd_package_path }}/bin/map_curve_disk.sh"
file_mode: 0755
include_tasks: copy_file_to_remote.yml
- name: enable on debain ubuntu
Expand Down

0 comments on commit 9beb150

Please sign in to comment.