From d8f887a4eb5b7a17188c8052d07e268a3da9d466 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 31 Oct 2021 17:50:21 +0100 Subject: [PATCH] raspberry ebian ssh workaround? --- bundles/ssh/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/ssh/items.py b/bundles/ssh/items.py index 89790e0..265fc69 100644 --- a/bundles/ssh/items.py +++ b/bundles/ssh/items.py @@ -7,6 +7,7 @@ if not node.in_group('raspberry-pi'): } svc_systemd['ssh'] = { + 'running': not node.in_group('raspberry-pi'), # FIXME 'needs': [ 'tag:ssh_users', ],