From 3f1a802d71e30f9112dd2422df7a840c9bf4f97e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 11 Dec 2017 22:40:31 -0600 Subject: [PATCH] Fixes #25: Suggest using source install for more pleasant experience. [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84e16b2..5491e28 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Installs and configures Certbot (for Let's Encrypt). If installing from source, Git is required. You can install Git using the `geerlingguy.git` role. +Generally, installing from source (see section `Source Installation from Git`) leads to a better experience using Certbot and Let's Encrypt, especially if you're using an older OS release. + ## Role Variables The variable `certbot_install_from_source` controls whether to install Certbot from Git or package management. The latter is the default, so the variable defaults to `no`.