fix: re-enable rsyslog
This commit is contained in:
parent
c86e8ead3a
commit
af214f1a81
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue