Merge pull request #48 from surukuntu/master

Fixed - Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!
pull/63/head
Tim Gerla 11 years ago
commit c792e6c0c9
  1. 9
      tomcat-standalone/roles/selinux/tasks/main.yml
  2. 1
      tomcat-standalone/site.yml

@ -0,0 +1,9 @@
---
- name: Download EPEL Repo
get_url: url=http://mirror-fpt-telecom.fpt.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm dest=/tmp/epel-release-6-8.noarch.rpm
- name: Install EPEL Repo
command: rpm -ivh /tmp/epel-release-6-8.noarch.rpm creates=/etc/yum.repos.d/epel.repo
- name: Install libselinux-python
yum: name=libselinux-python

@ -5,4 +5,5 @@
user: root
roles:
- selinux
- tomcat