diff --git a/handlers/main.yml b/handlers/main.yml index efc3492..b5cff37 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -17,4 +17,4 @@ - name: logrotate reload ansible.builtin.command: logrotate /etc/logrotate.conf - changed_when: false \ No newline at end of file + changed_when: false diff --git a/tasks/logrotate.yml b/tasks/logrotate.yml index cfc8aba..aa385a8 100644 --- a/tasks/logrotate.yml +++ b/tasks/logrotate.yml @@ -1,7 +1,7 @@ --- - name: logrotate | Configure all main Proxmox logs - + vars: proxmox_logrotate_files: - /etc/logrotate.conf