Skip to content
Snippets Groups Projects
Commit b864efc8 authored by Lars Beckers's avatar Lars Beckers
Browse files

basic-system: fix unassigned variable

parent 5031d5ad
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
- 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
- syslogserver is not defined or syslogserver.split(":")[0] != ansible_fqdn
- ansible_distribution_major_version|int >= 9
tags:
- config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment