summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/journald.yml
Commit message (Collapse)AuthorAgeFilesLines
* Ensure upgrades apply latest journald settingsMichael Gugino2017-10-181-0/+22
Currently, existing clusters might not have journald configurations applied. This may result in a rate- limiting of important log messages on openshift-masters. This commit ensures that journald settings are applied during the upgrade process openshif-masters. Fixes: https://github.com/openshift/openshift-ansible/issues/5642