From: Guillaume Abrioux Date: Tue, 21 Nov 2017 10:11:34 +0000 (+0100) Subject: osd: remove leftover and fix a typo X-Git-Tag: beta-3.1.0~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2202%2Fhead;p=ceph-ansible.git osd: remove leftover and fix a typo This task was originally needed to fix a docker installation issue (see: #1030). This has been fixed, therefore it can be removed. Fixes: #2199 Signed-off-by: Guillaume Abrioux --- diff --git a/roles/ceph-osd/tasks/pre_requisite.yml b/roles/ceph-osd/tasks/pre_requisite.yml index 805656c91..2aec8fa93 100644 --- a/roles/ceph-osd/tasks/pre_requisite.yml +++ b/roles/ceph-osd/tasks/pre_requisite.yml @@ -1,14 +1,5 @@ --- -- name: enable extras repo for centos - ini_file: - dest: /etc/yum.repos.d/CentOS-Base.repo - section: extras - option: enabled - value: 1 - when: - - ansible_distribution == 'CentOS' - -- name: install rependencies +- name: install dependencies package: name: parted state: present