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
password_lock: True
- name: disable sshd
systemd:
name: ssh
state: started
enabled: no
#- name: disable sshd
# systemd:
# name: ssh
# state: started
# enabled: no
#########