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

Fix template typo

This commit is contained in:
L3D 2020-12-15 21:24:59 +01:00
parent de0b7de0ba
commit 9cb60831da
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 2 deletions

View file

@ -106,7 +106,8 @@ UsePAM yes
# User Authentication
{% if sshd__restrict_users -%}
AllowUsers {{ sshd__allowed_users|join(' ') }}
{%- endif %}
{% endif %}
{% if sshd__restrict_groups -%}
AllowUsers {{ sshd__allowed_groups|join(' ') }}
{%- endif %}

View file

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