]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
client: remove legacy code
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 30 Mar 2018 10:50:14 +0000 (12:50 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 4 Apr 2018 08:51:17 +0000 (10:51 +0200)
This seems to be a leftover.
This commit removes an unnecessary 'set linux permissions' on
`/var/lib/ceph`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-client/tasks/pre_requisite.yml

index fae5e8ce0d9dad43f993b00249fc18248a1e8e00..267ce9d783d9d1c8a07d1bb2ada364ca9df25726 100644 (file)
@@ -9,10 +9,7 @@
 
 - name: set selinux permissions
   shell: |
-    chcon -Rt svirt_sandbox_file_t {{ item }}
-  with_items:
-    - /etc/ceph
-    - /var/lib/ceph
+    chcon -Rt svirt_sandbox_file_t /etc/ceph
   changed_when: false
   when:
     - containerized_deployment