Merge "Fix systemd-journal-remote socket dependency"

This commit is contained in:
Zuul 2019-07-20 11:16:57 +00:00 committed by Gerrit Code Review
commit b23fc0b7cf

View File

@ -104,6 +104,9 @@
--compress
--seal
--output=/var/log/journal/remote/
config_overrides:
Unit:
Requires: "systemd-journal-remote.socket"
- service_name: "systemd-journal-upload"
enabled: "{{ (ansible_host == systemd_journal_remote_target) | ternary('no', 'yes') }}"