From 775d9969116f1369342a90612721599ce0864658 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 15 Feb 2026 08:37:46 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20task?= =?UTF-8?q?=20from=20'kernel=20panic=20auto-reboot'=20to=20'Configure=20ke?= =?UTF-8?q?rnel=20panic=20auto-reboot'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the task name to improve clarity and consistency. This change enhances readability and makes it easier for developers to understand the purpose of the task. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3793255..712fcb4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,5 +37,5 @@ - name: Install powertop, auto-tune, and make it persistent ansible.builtin.import_tasks: powertop.yml -- name: kernel panic auto-reboot +- name: Configure kernel panic auto-reboot ansible.builtin.import_tasks: kernel.yml