raspberry ebian ssh workaround?

This commit is contained in:
mwiegand 2021-10-31 17:50:21 +01:00
parent 1536b4aa2c
commit d8f887a4eb

View file

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