Disable logging into syslog when using journal.

This commit is contained in:
Andrea Dell'Amico 2023-11-10 13:46:53 +01:00
parent 6cc4f4a2f5
commit 381bece56f
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,5 @@ docker_el_packages:
- docker-ce
- docker-ce-cli
- containerd.io
rsyslog_disable_var_log_syslog: "{% if docker_log_to_journal %}true{% else %}false{% endif %}"