diff --git a/roles/libravatar/files/httpd/welcome.conf b/roles/libravatar/files/httpd/welcome.conf deleted file mode 100644 index 1bb8bf6d7f..0000000000 --- a/roles/libravatar/files/httpd/welcome.conf +++ /dev/null @@ -1 +0,0 @@ -# empty diff --git a/roles/libravatar/tasks/main.yml b/roles/libravatar/tasks/main.yml index c0a3059d24..2388b6d6af 100644 --- a/roles/libravatar/tasks/main.yml +++ b/roles/libravatar/tasks/main.yml @@ -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: