Fix sshd.service → ssh.service
This commit is contained in:
parent
7212154fbb
commit
7db282fffb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- name: Enable OpenSSH Server
|
||||
systemd:
|
||||
name: sshd.service
|
||||
name: ssh.service
|
||||
enabled: true
|
||||
state: started
|
||||
|
||||
|
|
Loading…
Reference in a new issue