libravatar: remove unneded welcome.conf replacement

This commit is contained in:
clime
2019-02-17 17:37:38 +01:00
parent c29b40f141
commit da673ca4d3
2 changed files with 0 additions and 10 deletions

View File

@@ -1 +0,0 @@
# empty

View File

@@ -117,15 +117,6 @@
tags:
- config
- name: copy httpd config
copy: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
with_items:
- welcome.conf
notify:
- reload httpd
tags:
- config
- name: ensure httpd state
service: state=started enabled=yes name={{ item }}
with_items: