Loading tasks/syslog/config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading
tasks/syslog/config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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"