refactor ♻️: Refactor task names and module references for clarity and consistency
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user