DCD-386: Fix path of BB properties file.

This commit is contained in:
Steve Smith
2019-05-31 11:45:31 +10:00
parent b71dd6a39c
commit 31fec33751

View File

@@ -1,9 +1,17 @@
---
- name: Create Bitbucket shared dir if necessary
file:
path: "{{ atl_product_home_shared }}/shared/"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"
mode: 0750
state: directory
- name: Create Bitbucket config file
template:
src: bitbucket.properties.j2
dest: "{{ atl_product_home_shared }}/bitbucket.properties"
dest: "{{ atl_product_home_shared }}/shared/bitbucket.properties"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"