From c2f18294f4abef39b0f4d1cdc3d062510f7a10a3 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Thu, 31 Dec 2020 13:09:42 +1100 Subject: [PATCH] ITPLAT-387 let create logdir from the versioned path --- roles/product_install/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index f48858b..9d5bd07 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -132,7 +132,7 @@ - "{{ atl_product_installation_versioned }}" - "{{ atl_product_version_cache_dir }}" - "{{ atl_product_home_shared_download_dir }}" - - "{{ atl_product_installation_current }}/logs" + - "{{ atl_product_installation_versioned }}/logs" changed_when: false # For Molecule idempotence check # At this point atl_product_version should be set, cache if necessary.