1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00

Update sftp variable

This commit is contained in:
Lilian Roller 2019-11-20 09:51:21 +01:00
parent eb3e2d4b36
commit 838d1e323f
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 2 deletions

View file

@ -98,6 +98,6 @@ PrintMotd no
# sftp (required by ansible) # sftp (required by ansible)
# Subsystem sftp /usr/lib/openssh/sftp-server # Subsystem sftp /usr/lib/openssh/sftp-server
Subsystem sftp {{ sftp_binary }} Subsystem sftp {{ sftp_server }}
# ETC # ETC

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 2053 # should be over ninethousand playbook_version_number: 2054 # should be over ninethousand
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version' playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'