diff --git a/roles/bitbucket_config/templates/bitbucket.properties.j2 b/roles/bitbucket_config/templates/bitbucket.properties.j2 index c6b7a6e..b06cec8 100644 --- a/roles/bitbucket_config/templates/bitbucket.properties.j2 +++ b/roles/bitbucket_config/templates/bitbucket.properties.j2 @@ -20,7 +20,7 @@ plugin.search.elasticsearch.username={{ atl_elasticsearch_username }} plugin.search.elasticsearch.password={{ atl_elasticsearch_password }} {% endif %} setup.displayName={{ atl_bitbucket_display_name }} -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 }}