Fix order of defined test to match syntax
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| {% if defined dovecot_users and dovecot_users is iterable %} | ||||
| {% if dovecot_users is defined and dovecot_users is iterable %} | ||||
| {% for user in dovecot_users %} | ||||
| {{ user.email }}:{{ user.password | password_hash('sha512') }}:::::: | ||||
| {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user