Skip to content

Commit dcc9ee7

Browse files
Saeid Hassan-AbadiSaeid Hassan-Abadi
authored andcommitted
Fix molecule
1 parent 334c816 commit dcc9ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/icingadb/templates/icingadb.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ database:
3030

3131
redis:
3232
host: {{ icingadb_redis_host }}
33-
{% if icingadb_redis_tls is defiend %}
33+
{% if icingadb_redis_tls is defined %}
3434
port: 0
3535
tls-port: {{ icingadb_redis_tls_port | default(6380) }}
3636
{% elif icingadb_redis_port is defined %}

0 commit comments

Comments
 (0)