proftpd: fix error when no SSH key is provided

This commit is contained in:
William Hirigoyen 2024-02-07 11:32:41 +01:00
parent 47d7141a66
commit 3bb29aa6ba
2 changed files with 3 additions and 1 deletions

View file

@ -102,7 +102,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
* webapps/nextcloud: fix misplaced gid attribute
* webapps/nextcloud: fix missing gid
* webapps/roundcube & evoadminmail: make roles more idempotent (were failing when played twice)
* amavis: Add variables for generate "ldap_suffix"
* amavis: Add variables for generate "ldap_suffix"
* proftpd: fix error when no SSH key is provided
### Removed

View file

@ -73,5 +73,6 @@
when:
- proftpd_sftp_enable | bool
- proftpd_sftp_use_publickeys | bool
- _proftpd_account.sshkeys is defined
tags:
- proftpd