style 💎: Remove unnecessary blank line from logrotate.yml
Cleaned up the configuration file by removing an extra blank line that was not necessary.
This commit is contained in:
@@ -17,4 +17,4 @@
|
|||||||
|
|
||||||
- name: logrotate reload
|
- name: logrotate reload
|
||||||
ansible.builtin.command: logrotate /etc/logrotate.conf
|
ansible.builtin.command: logrotate /etc/logrotate.conf
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: logrotate | Configure all main Proxmox logs
|
- name: logrotate | Configure all main Proxmox logs
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
proxmox_logrotate_files:
|
proxmox_logrotate_files:
|
||||||
- /etc/logrotate.conf
|
- /etc/logrotate.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user