refactor ♻️: Refactor task to use ansible.builtin.apt for compatibility #9
@@ -15,5 +15,5 @@
|
||||
- name: Stop logs from quietly murdering /
|
||||
ansible.builtin.import_tasks: logrotate.yml
|
||||
|
||||
- name: Install, auto-tune, and make it persistent
|
||||
- name: Install powrttop, auto-tune, and make it persistent
|
||||
|
|
||||
ansible.builtin.import_tasks: powertop.yml
|
||||
|
||||
Reference in New Issue
Block a user
[Score: 2] Slightly more descriptive task name could help with understanding. For example, "Stop logs from consuming excessive disk space".