Chris Mague 8 年之前
父節點
當前提交
e64dbc7eb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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