Chris Mague 8 年之前
父节点
当前提交
a3bb0116b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/binary_install.yml

+ 1 - 1
tasks/binary_install.yml

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