mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
Fix RHEL Typo
This commit is contained in:
parent
3d9d79f740
commit
9bd5334d3d
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ PrintMotd no
|
||||||
|
|
||||||
# sftp (required by ansible)
|
# sftp (required by ansible)
|
||||||
# Subsystem sftp /usr/lib/openssh/sftp-server
|
# Subsystem sftp /usr/lib/openssh/sftp-server
|
||||||
{% if ansible_os_family == 'Redhat' %}
|
{% if ansible_os_family == 'RedHat' %}
|
||||||
Subsystem sftp /usr/libexec/openssh/sftp-server
|
Subsystem sftp /usr/libexec/openssh/sftp-server
|
||||||
{% else %}
|
{% else %}
|
||||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 2056 # should be over ninethousand
|
playbook_version_number: 2057 # should be over ninethousand
|
||||||
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue