Get rid of welcome.conf and install libxml2
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b0ab457b81
commit
1cb6fe2ee7
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue