mirror of https://github.com/ceph/ceph-ansible.git
define redhat-specific and centos-specific package dependencies
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/588/head
parent
44e68923d1
commit
7f13c777f1
|
@ -35,7 +35,7 @@ debian_package_dependencies:
|
|||
- hdparm
|
||||
- ntp
|
||||
|
||||
redhat_package_dependencies:
|
||||
centos_package_dependencies:
|
||||
- python-pycurl
|
||||
- hdparm
|
||||
- yum-plugin-priorities.noarch
|
||||
|
@ -43,6 +43,12 @@ redhat_package_dependencies:
|
|||
- ntp
|
||||
- python-setuptools
|
||||
|
||||
redhat_package_dependencies:
|
||||
- python-pycurl
|
||||
- hdparm
|
||||
- ntp
|
||||
- python-setuptools
|
||||
|
||||
# Whether or not to install the ceph-test package.
|
||||
ceph_test: False
|
||||
|
||||
|
|
Loading…
Reference in New Issue