From 447bdfb2e1cfa3b8d31055722ee4fee09cf12506 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 12 Feb 2026 17:55:44 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20task?= =?UTF-8?q?=20from=20'Install,=20auto-tune,=20and=20make=20it=20persistent?= =?UTF-8?q?'=20to=20'Install=20powrtop,=20auto-tune,=20and=20make=20it=20p?= =?UTF-8?q?ersistent'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the task name to include the specific tool being installed (powrtop) for clarity. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1909bde..69a87f7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,5 +15,5 @@ - name: Stop logs from quietly murdering / ansible.builtin.import_tasks: logrotate.yml -- name: Install, auto-tune, and make it persistent +- name: Install powrttop, auto-tune, and make it persistent ansible.builtin.import_tasks: powertop.yml