From c14ecd719e7198764af0062e4d353f11d48037af Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Apr 17 2020 10:26:01 +0000 Subject: copr-fe: don't remove apache's welcome.conf There's no need to, it's not reachable anyways, and it only keeps the output from 'rpm -V httpd' larger. --- diff --git a/roles/copr/frontend-cloud/files/httpd/welcome.conf b/roles/copr/frontend-cloud/files/httpd/welcome.conf deleted file mode 100644 index 3b15c42..0000000 --- a/roles/copr/frontend-cloud/files/httpd/welcome.conf +++ /dev/null @@ -1 +0,0 @@ -#commented out so it doesn't do that stupid index page diff --git a/roles/copr/frontend-cloud/tasks/main.yml b/roles/copr/frontend-cloud/tasks/main.yml index 1471743..cbfea54 100644 --- a/roles/copr/frontend-cloud/tasks/main.yml +++ b/roles/copr/frontend-cloud/tasks/main.yml @@ -69,13 +69,6 @@ service: name=redis enabled=yes state=started when: not services_disabled|bool -- name: copy apache files to conf.d - copy: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}" - with_items: - - "welcome.conf" - tags: - - config - # This was state=yes for https://bugzilla.redhat.com/show_bug.cgi?id=1535689 for # some time, and since requests were fixed we want it the other way around # again.