From 4edf66730ac83f0fc0d0ee8640ee583e19d2847e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 12 Feb 2026 18:27:39 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20task=20?= =?UTF-8?q?name=20from=20'powrttop'=20to=20'powertop'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typographical error in the task name, changing 'powrttop' to 'powertop'. This ensures consistency and accuracy in system monitoring tools. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7d4cae8..d0af9f3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -18,5 +18,5 @@ - name: Stop logs from quietly murdering the disk ansible.builtin.import_tasks: logrotate.yml -- name: Install powrttop, auto-tune, and make it persistent +- name: Install powertop, auto-tune, and make it persistent ansible.builtin.import_tasks: powertop.yml