Browse Source

move bin to the bin dir

Chris Mague 8 năm trước cách đây
mục cha
commit
bf3efec4c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tasks/binary_install.yml

+ 1 - 1
tasks/binary_install.yml

@@ -37,7 +37,7 @@
 - name: Unzip Consul
   unarchive:
     src="{{cloud_consul_download_dir}}/{{cloud_consul_version}}_linux_amd64.zip"
-    dest="{{cloud_consul_install_dir}}"
+    dest="{{cloud_consul_install_dir}}/bin"
     remote_src=True
   tags: 
     - install