mirror of https://github.com/ceph/ceph-ansible.git
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
parent
9d3517c670
commit
cefd471967
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue