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.