mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
* defaults typo
This commit is contained in:
parent
1bbdd2fc6b
commit
f858380070
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ sshd_skip_defaults: false
|
|||
# If the below is false, don't manage the service or reload the SSH
|
||||
# daemon at all
|
||||
sshd_manage_service: true
|
||||
# If the below is false, don't reload the ssh deamon on change
|
||||
# If the below is false, don't reload the ssh daemon on change
|
||||
sshd_allow_reload: true
|
||||
# Empty dicts to avoid errors
|
||||
sshd: {}
|
||||
|
|
Loading…
Reference in a new issue