feat ✨: Add task to configure kernel panic behavior and auto-reboot #29
@@ -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
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user
[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.