diff --git a/roles/bitbucket_config/templates/bitbucket.properties.j2 b/roles/bitbucket_config/templates/bitbucket.properties.j2 index 13306e2..5b8beca 100644 --- a/roles/bitbucket_config/templates/bitbucket.properties.j2 +++ b/roles/bitbucket_config/templates/bitbucket.properties.j2 @@ -34,6 +34,6 @@ server.scheme=http server.proxy-port=80 {% endif %} -{% if atl_bitbucket_properties is defined $} +{% if atl_bitbucket_properties is defined %} {{ atl_bitbucket_properties }} {% endif %}