refactor ♻️: Refactor task names and module references for clarity and consistency
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Failing after 4s

This commit refactors task names across multiple files to improve clarity and maintain consistency, ensuring that each task name accurately reflects its purpose and using the latest `ansible.builtin` modules where applicable.
This commit is contained in:
2026-02-07 08:45:57 +01:00
parent 07686643bd
commit 3d018fd178
6 changed files with 28 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Configure Proxmox logrotate limits
template:
- name: logrotate | Configure Proxmox logrotate limits
ansible.builtin.template:
src: logrotate-pve.j2
dest: /etc/logrotate.d/proxmox
owner: root