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:
parent
de0b7de0ba
commit
9cb60831da
2 changed files with 3 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue