From 33f7b592510a80d04b4fd6a493d92683765d6d3c Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 13 Dec 2025 08:39:05 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Remove=20ssh-config=20imp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 57c1395..be36c61 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -44,5 +44,5 @@ - name: Set the custom message of the day (motd) ansible.builtin.import_tasks: motd.yml -- name: Perform SSH daemon hardening - ansible.builtin.import_tasks: ssh-config.yml +# - name: Perform SSH daemon hardening +# ansible.builtin.import_tasks: ssh-config.yml