Skip to content

Commit 7a96377

Browse files
authored
commenting out forwardtosyslog still resulted in enabling on debian (#570)
1 parent aed2aac commit 7a96377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/rsyslog/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ansible.builtin.lineinfile:
2323
path: /etc/systemd/journald.conf
2424
search_string: 'ForwardToSyslog='
25-
line: '#ForwardToSyslog=yes'
25+
line: 'ForwardToSyslog=no' # commenting out ForwardToSyslog=yes still results in enabling the option on debian
2626
notify:
2727
- "Restart journald"
2828

0 commit comments

Comments
 (0)