Merge pull request #2202 from ceph/remove_leftover

osd: remove leftover and fix a typo
pull/2221/head
Sébastien Han 2017-11-28 12:21:13 +01:00 committed by GitHub
commit ef581f807d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

@ -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