Commit af214f1a authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: re-enable rsyslog

parent c86e8ead
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@

    # configure rsyslogd
    - 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"
        state: "absent"
      when: 'ansible_os_family == "Debian"'
      notify: "restart rsyslog"