fix 🐛: Fix typo in task name from 'powrttop' to 'powertop'
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 11s
Gitleaks Scan / gitleaks (pull_request) Successful in 4s
Markdown Lint / markdown-lint (pull_request) Successful in 5s

Corrected a typographical error in the task name, changing 'powrttop' to 'powertop'. This ensures consistency and accuracy in system monitoring tools.
This commit is contained in:
2026-02-12 18:27:39 +01:00
parent 9e1a8c8c9e
commit 4edf66730a

View File

@@ -18,5 +18,5 @@
- name: Stop logs from quietly murdering the disk - 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 powertop, auto-tune, and make it persistent
ansible.builtin.import_tasks: powertop.yml ansible.builtin.import_tasks: powertop.yml