From 47e42283a14315d39dfe240f94652df259dcfc8b Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 23 Jul 2025 15:25:33 -0400 Subject: [PATCH] commented out import of certbot-related configuration tasks due to isolated inclusion in configure@vps playbook --- roles/bootstrap/tasks/config@corepkgs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/bootstrap/tasks/config@corepkgs.yml b/roles/bootstrap/tasks/config@corepkgs.yml index e4898b0..1d2c4fa 100644 --- a/roles/bootstrap/tasks/config@corepkgs.yml +++ b/roles/bootstrap/tasks/config@corepkgs.yml @@ -13,4 +13,7 @@ file: configure_core/clamav.yml - name: Configure crowdsec import_tasks: - file: configure_core/crowdsec.yml \ No newline at end of file + file: configure_core/crowdsec.yml +# - name: Configure certbot and its plugins +# import_tasks: +# file: configure_core/certbot.yml \ No newline at end of file