mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2202 from ceph/remove_leftover
osd: remove leftover and fix a typopull/2221/head
commit
ef581f807d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue