mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
fix #36 and force the installation of libselinux-python
This commit is contained in:
parent
c6b018d2c7
commit
b4945a10c3
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
- name: Deploy the Cloudera Repository
|
- name: Deploy the Cloudera Repository
|
||||||
copy: src=etc/cloudera-CDH4.repo dest=/etc/yum.repos.d/cloudera-CDH4.repo
|
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
|
- name: Install the openjdk package
|
||||||
yum: name=java-1.6.0-openjdk state=installed
|
yum: name=java-1.6.0-openjdk state=installed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue