refactor ♻️: Refactor task to use ansible.builtin.apt for compatibility #9
@@ -12,7 +12,7 @@
|
||||
- name: Disable swap or tune it
|
||||
ansible.builtin.import_tasks: swap.yml
|
||||
|
||||
- name: Stop logs from quietly murdering /
|
||||
- name: Stop logs from quietly murdering the disk
|
||||
ansible.builtin.import_tasks: logrotate.yml
|
||||
|
||||
- name: Install powrttop, auto-tune, and make it persistent
|
||||
|
|
||||
|
||||
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".