mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
fixing up the issue with bbdc using shared home as local home
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
atl_product_edition: "bitbucket"
|
atl_product_edition: "bitbucket"
|
||||||
atl_product_user: "bitbucket"
|
atl_product_user: "bitbucket"
|
||||||
|
|
||||||
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
|
|
||||||
|
|
||||||
atl_use_system_jdk: true
|
atl_use_system_jdk: true
|
||||||
java_major_version: "11" # BB 8 will drop JDK 8 support
|
java_major_version: "11" # BB 8 will drop JDK 8 support
|
||||||
atl_download_format: "tarball"
|
atl_download_format: "tarball"
|
||||||
|
|||||||
@@ -1 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
- name: Symlink the the shared home
|
||||||
|
file:
|
||||||
|
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
|
||||||
|
dest: "{{ atl_product_home }}/shared"
|
||||||
|
state: link
|
||||||
|
force: true
|
||||||
Reference in New Issue
Block a user