From 0fff902b2092e4b4499dda1ba2d19aa75916d815 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Fri, 2 Feb 2024 11:27:35 +0100 Subject: [PATCH] remove certbot --- nginx/init.sls | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/init.sls b/nginx/init.sls index 9049309..3cb2665 100644 --- a/nginx/init.sls +++ b/nginx/init.sls @@ -5,8 +5,6 @@ nginx_pkg: pkg.installed: - pkgs: - nginx - - certbot - - certbot-nginx {% for profile in profiles %}