mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
add a conditional around symlinking shared home
This commit is contained in:
@@ -12,4 +12,5 @@
|
||||
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
|
||||
dest: "{{ atl_product_home }}/shared"
|
||||
state: link
|
||||
force: true
|
||||
force: true
|
||||
when: not skip_shared_home_symlink | bool
|
||||
Reference in New Issue
Block a user