mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
- name: Symlink the the shared home
|
|
file:
|
|
src: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}/shared"
|
|
dest: "{{ atl_product_home }}/shared"
|
|
state: link
|
|
force: true |