From 4b5d17ef8ca8f66bd24b947085aa592c4171b1b0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 16 Mar 2020 18:06:28 +0200 Subject: [PATCH] roles/nginx: Update comment about versions --- roles/nginx/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nginx/defaults/main.yml b/roles/nginx/defaults/main.yml index 3c2c403..7f6a4a3 100644 --- a/roles/nginx/defaults/main.yml +++ b/roles/nginx/defaults/main.yml @@ -30,8 +30,8 @@ letsencrypt_root: /etc/letsencrypt/live # Location of Let's Encrypt's certbot script letsencrypt_certbot_dest: /opt/certbot-auto -# stable is 1.14.x -# mainline is 1.15.x +# stable is 1.16.x +# mainline is 1.17.x nginx_version: mainline # vim: set ts=2 sw=2: