feat : Add task to configure kernel panic behavior and auto-reboot #29

Merged
Jose merged 3 commits from dev into main 2026-02-15 08:41:04 +01:00
Showing only changes of commit 775d996911 - Show all commits

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
Review

[Lines 36-41] [Score: 2] Adding new tasks without proper documentation or justification, which may cause confusion or unexpected behavior. Recommendation: Include a comment explaining the purpose of these new additions for clarity and maintainability.

[Lines 36-41] [Score: 2] Adding new tasks without proper documentation or justification, which may cause confusion or unexpected behavior. Recommendation: Include a comment explaining the purpose of these new additions for clarity and maintainability. ```