Moved installing SE Linux python bindings to common role

pull/63/head
Dave Johnson 10 years ago
parent ea985a9ed4
commit 508151a46f
  1. 2
      lamp_haproxy/roles/base-apache/tasks/main.yml

@ -5,8 +5,6 @@
yum: name={{ item }} state=present
with_items:
- httpd
- libsemanage-python
- libselinux-python
- name: http service state
service: name=httpd state=started enabled=yes