Files
dc-deployments-automation/roles/product_install/tasks/no_op.yml

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