From ebfdb90616406aa0c7cdfe7b098f369eda086b7e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 10 Feb 2022 16:31:54 +0100 Subject: [PATCH] copr-fe: automatically update httpd config with certbot change --- roles/copr/frontend/tasks/httpd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/frontend/tasks/httpd.yml b/roles/copr/frontend/tasks/httpd.yml index 5a8e0ddf33..2b8c6ba7fd 100644 --- a/roles/copr/frontend/tasks/httpd.yml +++ b/roles/copr/frontend/tasks/httpd.yml @@ -8,6 +8,7 @@ - reload httpd tags: - config + - certbot - name: drop old and now unused coprs_ssl.conf file: path=/etc/httpd/conf.d/coprs_ssl.conf state=absent