Commit 1e560aa8 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: syslog config

parent 7ec8af7c
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@
    - name: "syslog - config - remote-logging"
      ansible.builtin.template:
        src: "templates/syslog/rsyslog.d/remote-logging.conf"
        path: "/etc/rsyslog.d/remote-logging.conf"
        dest: "/etc/rsyslog.d/remote-logging.conf"
        owner: "root"
        group: "root"
        mode: "0644"
      when: 'ansible_os_family == "Debian"'
      notify: "restart rsyslog"