openstack-ansible/releasenotes/notes/disable-journald-remote-33d3b43e538786ed.yaml
Bjoern Teipel 1bd21d80e4 Disable journald-remote playbook
The journald-remote playbook is disabled by default until
https://github.com/systemd/systemd/issues/2376 has been
incorporated in current systemd packages.

Change-Id: Ie70729eaad095b52813610b94c6618c84b05c148
Closes-Bug: #1853198
2019-11-19 15:09:33 -06:00

14 lines
519 B
YAML

---
issues:
- |
The journald-remote is disabled from execution inside setup-infrastructure until
https://github.com/systemd/systemd/issues/2376 has been incorporated in current
systemd packages.
The playbook can be enabled by setting ``journald_remote_enabled`` to ``True``
upgrade:
- |
The journald-remote playbook is disabled from execution inside
setup-infrastructure until setting ``journald_remote_enabled`` is set to ``True``
due to https://github.com/systemd/systemd/issues/2376