From 59191453e4e560181c061d3f35de9ed1525fca92 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Thu, 14 Mar 2019 17:14:36 +0100 Subject: [PATCH] Added workaround for a bug in logind. --- cluster.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cluster.yml b/cluster.yml index fcaa8a979..bb8b82e20 100644 --- a/cluster.yml +++ b/cluster.yml @@ -9,6 +9,15 @@ roles: - ssh_host_signer - ssh_known_hosts + tasks: + - cron: + name: Restart systemd-logind + minute: "/10" + user: root + job: /bin/systemctl restart systemd-logind + cron_file: restart_logind + become: true + - name: Install roles needed for all virtual cluster components except jumphosts. hosts: cluster