Enable SSHD on Laptops

This commit is contained in:
Frank Schiebel 2025-12-18 13:55:49 +01:00
parent dc3a67e3b5
commit e0a137653c

View file

@ -93,11 +93,11 @@
name: ansible name: ansible
password_lock: True password_lock: True
- name: disable sshd #- name: disable sshd
systemd: # systemd:
name: ssh # name: ssh
state: started # state: started
enabled: no # enabled: no
######### #########