Allow skipping both Git and package install

This commit is contained in:
Márton Salomváry
2020-05-29 11:05:00 +02:00
parent b3a886e9ee
commit 919c2ba7b5
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -27,6 +27,10 @@ certbot_create_standalone_stop_services:
# - apache
# - varnish
# To install Certbot with the OS package, set this variable to `true`.
# If you are installing from source (see below) or manually, set this to `false`.
certbot_install_with_package: false
# To install from source (on older OSes or if you need a specific or newer
# version of Certbot), set this variable to `yes` and configure other options.
certbot_install_from_source: false