add a conditional around symlinking shared home

This commit is contained in:
Geoff Jacobs
2022-11-09 07:01:46 +11:00
parent 97f7776b1a
commit 80074ada77
2 changed files with 3 additions and 1 deletions

View File

@@ -41,3 +41,4 @@ atl_source_obr_from_marketplace: true
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
force_version_update: false
skip_shared_home_symlink: false

View File

@@ -13,3 +13,4 @@
dest: "{{ atl_product_home }}/shared"
state: link
force: true
when: not skip_shared_home_symlink | bool