From 5607aedbd8371aea25f228019b11072429d3343b Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 12 Feb 2026 17:56:27 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20task=20?= =?UTF-8?q?description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a minor spelling error in the task description to improve clarity. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 69a87f7..fb9e980 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,7 +12,7 @@ - name: Disable swap or tune it ansible.builtin.import_tasks: swap.yml -- name: Stop logs from quietly murdering / +- name: Stop logs from quietly murdering the disk ansible.builtin.import_tasks: logrotate.yml - name: Install powrttop, auto-tune, and make it persistent