roles/nginx: Rename Let's Encrypt dependency lists
This commit is contained in:
@ -32,7 +32,7 @@ nginx_version: mainline
|
||||
|
||||
# Dependencies of certbot-auto on Ubuntu 16.04 "xenial"
|
||||
# taken after running certbot-auto on a clean install
|
||||
letsencrypt_ubuntu_xenial_deps:
|
||||
letsencrypt_deps_ubuntu_xenial:
|
||||
- augeas-doc
|
||||
- augeas-tools
|
||||
- binutils
|
||||
@ -72,7 +72,7 @@ letsencrypt_ubuntu_xenial_deps:
|
||||
|
||||
# Dependencies of certbot-auto on Ubuntu 18.04 "bionic"
|
||||
# taken after running certbot-auto on a clean install
|
||||
letsencrypt_ubuntu_bionic_deps:
|
||||
letsencrypt_deps_ubuntu_bionic:
|
||||
- augeas-lenses
|
||||
- binutils
|
||||
- binutils-common
|
||||
@ -117,7 +117,7 @@ letsencrypt_ubuntu_bionic_deps:
|
||||
|
||||
# Dependencies of certbot-auto on Debian 9 "stretch"
|
||||
# taken after running certbot-auto on a clean install
|
||||
letsencrypt_debian_stretch_deps:
|
||||
letsencrypt_deps_debian_stretch:
|
||||
- augeas-doc
|
||||
- augeas-tools
|
||||
- autoconf
|
||||
|
Reference in New Issue
Block a user