client: remove legacy code

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>
pull/2494/head
Guillaume Abrioux 2018-03-30 12:50:14 +02:00 committed by Sébastien Han
parent 9d3517c670
commit cefd471967
1 changed files with 1 additions and 4 deletions

View 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