From 78951ddfe0a4d8203ab83894574c9ce39eb10f53 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 21 Jul 2025 18:30:23 -0400 Subject: [PATCH] Moved what otherwise would've been handlers to task section to reduce complexity of implementation --- roles/bootstrap/{handlers => tasks/configure_core}/clamav.yml | 0 roles/bootstrap/{handlers => tasks/configure_core}/crowdsec.yml | 0 roles/bootstrap/{handlers => tasks/configure_core}/fail2ban.yml | 0 roles/bootstrap/{handlers => tasks/configure_core}/git.yml | 0 roles/bootstrap/{handlers => tasks/configure_core}/gpg.yml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename roles/bootstrap/{handlers => tasks/configure_core}/clamav.yml (100%) rename roles/bootstrap/{handlers => tasks/configure_core}/crowdsec.yml (100%) rename roles/bootstrap/{handlers => tasks/configure_core}/fail2ban.yml (100%) rename roles/bootstrap/{handlers => tasks/configure_core}/git.yml (100%) rename roles/bootstrap/{handlers => tasks/configure_core}/gpg.yml (100%) diff --git a/roles/bootstrap/handlers/clamav.yml b/roles/bootstrap/tasks/configure_core/clamav.yml similarity index 100% rename from roles/bootstrap/handlers/clamav.yml rename to roles/bootstrap/tasks/configure_core/clamav.yml diff --git a/roles/bootstrap/handlers/crowdsec.yml b/roles/bootstrap/tasks/configure_core/crowdsec.yml similarity index 100% rename from roles/bootstrap/handlers/crowdsec.yml rename to roles/bootstrap/tasks/configure_core/crowdsec.yml diff --git a/roles/bootstrap/handlers/fail2ban.yml b/roles/bootstrap/tasks/configure_core/fail2ban.yml similarity index 100% rename from roles/bootstrap/handlers/fail2ban.yml rename to roles/bootstrap/tasks/configure_core/fail2ban.yml diff --git a/roles/bootstrap/handlers/git.yml b/roles/bootstrap/tasks/configure_core/git.yml similarity index 100% rename from roles/bootstrap/handlers/git.yml rename to roles/bootstrap/tasks/configure_core/git.yml diff --git a/roles/bootstrap/handlers/gpg.yml b/roles/bootstrap/tasks/configure_core/gpg.yml similarity index 100% rename from roles/bootstrap/handlers/gpg.yml rename to roles/bootstrap/tasks/configure_core/gpg.yml