Enable SSHD on Laptops
This commit is contained in:
parent
dc3a67e3b5
commit
e0a137653c
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
#########
|
#########
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue