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', ],