Skip to content

Commit

Permalink
#修改main.yml
Browse files Browse the repository at this point in the history
#修复copy ansible主机文件到部署机器上
  • Loading branch information
王常林 authored and spinlock committed Jul 5, 2017
1 parent 1118d3b commit f0d81ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/codis-fe/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
copy: src={{ codis_dir }}/bin/codis-fe dest={{ codis_install_dir }}/bin/codis-fe mode=766

- name: Copy codis-fe assets
command: cp -r {{ codis_dir }}/bin/assets {{ codis_install_dir }}/bin
copy: src={{ codis_dir }}/bin/assets dest={{ codis_install_dir }}/bin

- name: Copy codis-fe admin script
template: src=codis-fe-admin.sh dest={{ codis_install_dir }}/admin/codis-fe-admin.sh mode=766
Expand Down

0 comments on commit f0d81ea

Please sign in to comment.