diff --git a/CHANGELOG.md b/CHANGELOG.md index dcacf270..9e1a9b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The **patch** part changes incrementally at each release. * roundcube: fix typo for roundcube vhost * tomcat: fix typo for default tomcat_version * evolinux-base: Fix our zsyslog rotate config that doesn't work on Debian 10 +* certbot: Properly evaluate when apache is installed ### Security diff --git a/certbot/tasks/acme-challenge.yml b/certbot/tasks/acme-challenge.yml index d2fa78ec..d5fe803d 100644 --- a/certbot/tasks/acme-challenge.yml +++ b/certbot/tasks/acme-challenge.yml @@ -21,7 +21,7 @@ - name: Check if Apache is installed stat: - path: /etc/apache2 + path: /usr/sbin/apachectl register: is_apache - block: