From a72154a02b2df254458a5c826fe873a4abb78f79 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 15 Apr 2019 15:49:19 +1000 Subject: [PATCH] DCD-224: Correct installation dir. --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 02c8e55..28437cb 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -16,7 +16,7 @@ atl_product_home: "{{ atl_home_base }}/{{ atl_product_family }}" atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_family }}/shared" atl_product_installation_base: "/opt/atlassian" -atl_product_installation_dir: "{{ atl_product_installation_base }}/{{ atl_product }}" +atl_product_installation_dir: "{{ atl_product_installation_base }}/{{ atl_product_edition }}" atl_installer_temp: "{{ atl_product_installation_base }}/tmp" # The following are imports from the environment. These are generally