refactor ♻️: Refactor Proxmox repository management #5
@@ -17,4 +17,4 @@
|
||||
|
||||
- name: logrotate reload
|
||||
ansible.builtin.command: logrotate /etc/logrotate.conf
|
||||
changed_when: false
|
||||
changed_when: false
|
||||
|
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: logrotate | Configure all main Proxmox logs
|
||||
|
||||
|
||||
vars:
|
||||
proxmox_logrotate_files:
|
||||
- /etc/logrotate.conf
|
||||
|
||||
Reference in New Issue
Block a user
[Score: 2] Line ending consistency improvement
[Score: 2] Removed unnecessary newline for better readability.
[Score: 2] Removed unnecessary newline at end of file for improved readability and maintainability.