Remove double space and simpify if statement
This commit is contained in:
parent
40a0586614
commit
7f78e5ed0c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if nextcloud_redis_hostname != '' %}
|
||||
{% if nextcloud_redis_hostname %}
|
||||
REDIS_HOST={{ nextcloud_redis_hostname }}
|
||||
REDIS_HOST_PORT={{ nextcloud_redis_port }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue