We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed2aac commit 7a96377Copy full SHA for 7a96377
1 file changed
roles/rsyslog/tasks/main.yml
@@ -22,7 +22,7 @@
22
ansible.builtin.lineinfile:
23
path: /etc/systemd/journald.conf
24
search_string: 'ForwardToSyslog='
25
- line: '#ForwardToSyslog=yes'
+ line: 'ForwardToSyslog=no' # commenting out ForwardToSyslog=yes still results in enabling the option on debian
26
notify:
27
- "Restart journald"
28
0 commit comments