From da673ca4d305d49e8e72cca641f7fb56735d86ae Mon Sep 17 00:00:00 2001 From: clime Date: Sun, 17 Feb 2019 17:37:38 +0100 Subject: [PATCH] libravatar: remove unneded welcome.conf replacement --- roles/libravatar/files/httpd/welcome.conf | 1 - roles/libravatar/tasks/main.yml | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 roles/libravatar/files/httpd/welcome.conf 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: