mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Add Bitbucket config role.
This commit is contained in:
6
roles/bitbucket_config/tasks/main.yml
Normal file
6
roles/bitbucket_config/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Create Bitbucket config file
|
||||
template:
|
||||
src: bitbucket.properties.j2
|
||||
dest: "{{ atl_product_home_shared }}/bitbucket.properties"
|
||||
Reference in New Issue
Block a user