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
|
name: extras
|
||||||
state: present
|
state: present
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when:
|
when: ansible_distribution == 'CentOS'
|
||||||
- ansible_distribution == 'CentOS'
|
|
||||||
|
|
||||||
- name: install redhat dependencies via yum
|
- name: install redhat dependencies via yum
|
||||||
yum:
|
yum:
|
||||||
|
|
Loading…
Reference in New Issue