From f268e2e30b66de65a7bbf6eb406ceb64c5e8dd33 Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Fri, 28 Apr 2023 07:28:56 +1000 Subject: [PATCH] removing extra spaces around setup.baseUrl --- roles/bitbucket_config/templates/bitbucket.properties.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bitbucket_config/templates/bitbucket.properties.j2 b/roles/bitbucket_config/templates/bitbucket.properties.j2 index b8b62db..7b0a2b7 100644 --- a/roles/bitbucket_config/templates/bitbucket.properties.j2 +++ b/roles/bitbucket_config/templates/bitbucket.properties.j2 @@ -20,7 +20,7 @@ plugin.search.config.username={{ atl_elasticsearch_username }} plugin.search.config.password={{ atl_elasticsearch_password }} {% endif %} setup.displayName=Bitbucket -setup.baseUrl = {{ atl_bitbucket_baseurl }} +setup.baseUrl={{ atl_bitbucket_baseurl }} setup.license={{ atl_bitbucket_license_key }} setup.sysadmin.username=admin setup.sysadmin.password={{ atl_bitbucket_admin_password }}