Get rid of welcome.conf and install libxml2

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-07-08 22:42:11 +00:00
parent b0ab457b81
commit 1cb6fe2ee7

View file

@ -13,6 +13,7 @@
- quota
- nano
- pyliblzma
- libxml2-python
tags:
- packages
- people
@ -27,6 +28,11 @@
tags:
- people
- name: Remove default welcome.conf
file: path=/etc/httpd/conf.d/welcome.conf state=absent
tags:
- people
- name: start httpd
service: name="httpd" state=started
tags: