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
|
- quota
|
||||||
- nano
|
- nano
|
||||||
- pyliblzma
|
- pyliblzma
|
||||||
|
- libxml2-python
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- people
|
- people
|
||||||
|
@ -27,6 +28,11 @@
|
||||||
tags:
|
tags:
|
||||||
- people
|
- people
|
||||||
|
|
||||||
|
- name: Remove default welcome.conf
|
||||||
|
file: path=/etc/httpd/conf.d/welcome.conf state=absent
|
||||||
|
tags:
|
||||||
|
- people
|
||||||
|
|
||||||
- name: start httpd
|
- name: start httpd
|
||||||
service: name="httpd" state=started
|
service: name="httpd" state=started
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue