ansible-roles/certbot
Ludovic Poujol 0e58f34e18
Some checks failed
continuous-integration/drone/push Build is failing
certbot: Properly evaluate when apache is installed
Checking the existence of /etc/apache2 is not enough as a condition to
validate the presence of apache.

Indeed, some packages (including certbot!!!), put some files in
/etc/apache2/conf-available even if apache isn't installed.

In those cases, the check is not correct, and we'll enter in the apache
block, and fail when we try to enable the configuration.

With this commit, we now validate the presence apache with the presence
of /usr/sbin/apachectl
2019-11-26 11:58:52 +01:00
..
defaults WIP: new certbot role 2019-09-27 00:21:29 +02:00
files/hooks certbot: reload the correct daemon 2019-10-25 18:21:23 +02:00
handlers WIP: new certbot role 2019-09-27 00:21:29 +02:00
tasks certbot: Properly evaluate when apache is installed 2019-11-26 11:58:52 +01:00
templates/acme-challenge WIP: new certbot role 2019-09-27 00:21:29 +02:00