From 6427b0593dc873d3c9861b8f198ed57fe0171150 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 18:33:47 -0400 Subject: [PATCH] Sinced moved handler files to role task files, required removel of references --- roles/bootstrap/handlers/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/roles/bootstrap/handlers/main.yml b/roles/bootstrap/handlers/main.yml index b3b6177..a313571 100644 --- a/roles/bootstrap/handlers/main.yml +++ b/roles/bootstrap/handlers/main.yml @@ -1,19 +1,2 @@ #SPDX-License-Identifier: MIT-0 --- -#@NOTE below handler requires gnupg, fuse3 and gocryptfs installed on remote system -- name: Configure gpg - import_tasks: - file: gpg.yml -#@NOTE handlers file for bootstrap -- name: Configure git - import_tasks: - file: git.yml -- name: Configure fail2ban - import_tasks: - file: fail2ban.yml -- name: Configure fail2ban - import_tasks: - file: clamav.yml -- name: Configure crowdsec - import_tasks: - file: crowdsec.yml \ No newline at end of file