Skip to content
Snippets Groups Projects
Commit 5031d5ad authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

ensure our persitent journal is only installed on stretch hosts

parent 513b5110
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,9 @@
- name: ensure system journal is a system-log-daemon with our package
apt: name=systemd-journal-persistent state=present
when: syslogserver.split(":")[0] != ansible_fqdn
when:
- syslogserver.split(":")[0] != ansible_fqdn
- ansible_distribution_major_version|int >= 9
tags:
- config
- syslog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment