]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Directory should be executable 269/head
authorbjne <bjornar.ness@gmail.com>
Mon, 8 Jun 2015 16:04:38 +0000 (18:04 +0200)
committerbjne <bjornar.ness@gmail.com>
Mon, 8 Jun 2015 16:04:38 +0000 (18:04 +0200)
Unless you do this for a specific reason. If so, should be commented.

roles/ceph-restapi/tasks/pre_requisite.yml

index e90ea75f8f95404c35e7a1e11e53abded756eb43..92e855532354451b686f10b6e28f2da1770f47a3 100644 (file)
@@ -5,7 +5,7 @@
     state=directory
     owner=root
     group=root
-    mode=0644
+    mode=0755
 
 - name: copy Ceph REST API keyring
   copy: >