mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
add a conditional around symlinking shared home
This commit is contained in:
@@ -41,3 +41,4 @@ atl_source_obr_from_marketplace: true
|
|||||||
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
||||||
|
|
||||||
force_version_update: false
|
force_version_update: false
|
||||||
|
skip_shared_home_symlink: false
|
||||||
@@ -12,4 +12,5 @@
|
|||||||
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
|
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
|
||||||
dest: "{{ atl_product_home }}/shared"
|
dest: "{{ atl_product_home }}/shared"
|
||||||
state: link
|
state: link
|
||||||
force: true
|
force: true
|
||||||
|
when: not skip_shared_home_symlink | bool
|
||||||
Reference in New Issue
Block a user