mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-23 17:10:19 +01:00
Don't install openssh-sftp-server because this removes openssh-server package on Debian
This commit is contained in:
parent
34490a2927
commit
5c276ff7a1
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
sshd_service: ssh
|
||||
sshd_packages:
|
||||
- openssh-server
|
||||
- openssh-sftp-server
|
||||
sshd_config_mode: "0644"
|
||||
sshd_defaults:
|
||||
Port: 22
|
||||
|
|
Loading…
Reference in a new issue