fixing up the issue with bbdc using shared home as local home

This commit is contained in:
Geoff Jacobs
2022-10-14 09:38:28 +11:00
parent 4854676d50
commit be1f8ba43d
2 changed files with 6 additions and 2 deletions

View File

@@ -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