syslogd: Fix local logging on servers

This commit is contained in:
Timo Makinen 2024-04-23 07:19:30 +00:00
parent 191e322e9e
commit b2da9de4d6

View file

@ -46,7 +46,7 @@
# everything goes to archive
*.* /srv/log/all.log
# only local goes to the standard logs
+{{ inventory_hostname }}
+{{ ansible_hostname }}
marker: "# {mark} ANSIBLE MANAGED BLOCK (syslogd)"
notify: Restart syslogd