mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1039 from analbeard/master
fixed breakage on Debian under ansible v2.0 caused by #74d73d1e65b672…pull/1042/head
commit
f7680b99b2
|
@ -10,8 +10,7 @@
|
|||
name: extras
|
||||
state: present
|
||||
enabled: yes
|
||||
when:
|
||||
- ansible_distribution == 'CentOS'
|
||||
when: ansible_distribution == 'CentOS'
|
||||
|
||||
- name: install redhat dependencies via yum
|
||||
yum:
|
||||
|
|
Loading…
Reference in New Issue