Skip to content

Commit

Permalink
text(scripts/ansible): fix template formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Sep 26, 2024
1 parent 26796a2 commit cf82079
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
return [
'broadcasthub' => [
'active' => true,
{% if tinedockercompose_broadcasthub_url is defined %}
{% if tinedockercompose_broadcasthub_url is defined %}
'url' => '{{ tinedockercompose_broadcasthub_url }}',
{% else %}
{% else %}
'url' => '{{ [tinedockercompose_tineurl, 'broadcasthub'] | path_join }}',
{% endif %}
{% endif %}
# should not be required in single TENANCY MODE
#'pubsubname' => 'redis://cache:6379:broadcasthub',
'redis' => [
Expand Down

0 comments on commit cf82079

Please sign in to comment.