fix 🐛: Fix typo in task description
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 17s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 6s

Corrected a minor spelling error in the task description to improve clarity.
This commit is contained in:
2026-02-12 17:56:27 +01:00
parent 447bdfb2e1
commit 5607aedbd8

View File

@@ -12,7 +12,7 @@
- name: Disable swap or tune it - name: Disable swap or tune it
ansible.builtin.import_tasks: swap.yml 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 ansible.builtin.import_tasks: logrotate.yml
- name: Install powrttop, auto-tune, and make it persistent - name: Install powrttop, auto-tune, and make it persistent