refactor ♻️: Rename task from 'kernel panic auto-reboot' to 'Configure kernel panic auto-reboot'
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
Markdown Lint / markdown-lint (push) Successful in 5s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 12s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 14s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 2s

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.
This commit is contained in:
2026-02-15 08:37:46 +01:00
parent 4ea7833055
commit 775d996911

View File

@@ -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