fix #36 and force the installation of libselinux-python

pull/63/head
Tim Gerla 11 years ago
parent c6b018d2c7
commit b4945a10c3
  1. 3
      hadoop/roles/common/tasks/common.yml

@ -4,6 +4,9 @@
- name: Deploy the Cloudera Repository
copy: src=etc/cloudera-CDH4.repo dest=/etc/yum.repos.d/cloudera-CDH4.repo
- name: Install the libselinux-python package
yum: name=libselinux-python state=installed
- name: Install the openjdk package
yum: name=java-1.6.0-openjdk state=installed