Chris Mague 8 năm trước cách đây
mục cha
commit
e64dbc7eb7
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

@@ -44,7 +44,7 @@
 
 - name: ensures consul command has the right permissions
   file:
-    path="{{cloud_consul_install_dir}}/consul"
+    path="{{cloud_consul_install_dir}}/bin/consul"
     owner=root
     group=root
     mode=0700