fix: re-enable rsyslog

This commit is contained in:
Simon Cornet 2026-03-02 16:45:20 +01:00
commit af214f1a81

View file

@ -40,8 +40,8 @@
# configure rsyslogd # configure rsyslogd
- name: "syslog - remove - remote-logging" - name: "syslog - remove - remote-logging"
ansible.builtin.file: ansible.builtin.template:
src: "templates/syslog/rsyslog.d/remote-logging.conf"
path: "/etc/rsyslog.d/remote-logging.conf" path: "/etc/rsyslog.d/remote-logging.conf"
state: "absent"
when: 'ansible_os_family == "Debian"' when: 'ansible_os_family == "Debian"'
notify: "restart rsyslog" notify: "restart rsyslog"