refactor ♻️: Refactor task to use ansible.builtin.apt for compatibility #9

Merged
Jose merged 6 commits from dev into main 2026-02-12 18:29:11 +01:00
Showing only changes of commit 4edf66730a - Show all commits

View File

@@ -18,5 +18,5 @@
- name: Stop logs from quietly murdering the disk
Review

[Score: 2] Slightly more descriptive task name could help with understanding. For example, "Stop logs from consuming excessive disk space".

[Score: 2] Slightly more descriptive task name could help with understanding. For example, "Stop logs from consuming excessive disk space".
ansible.builtin.import_tasks: logrotate.yml
- name: Install powrttop, auto-tune, and make it persistent
- name: Install powertop, auto-tune, and make it persistent
ansible.builtin.import_tasks: powertop.yml