From 894501e9d191feb7b069b15b1c45bac5c3bcd38d Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Fri, 11 Oct 2019 14:32:50 +1100 Subject: [PATCH] ITOPSENG-164 Additional default variables --- roles/product_install/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/product_install/defaults/main.yml b/roles/product_install/defaults/main.yml index 8798ac7..61d8d04 100644 --- a/roles/product_install/defaults/main.yml +++ b/roles/product_install/defaults/main.yml @@ -24,8 +24,8 @@ atl_product_varfile: "{{ atl_installer_temp }}/{{ atl_product_family }}.varfile" atl_product_home_shared_download_dir: "{{ atl_product_home_shared }}/downloads" atl_product_home_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_product_download_filename }}" -atl_product_home_shared_lockdir_moving: "{{ atl_product_home_shared_download }}_moving" -atl_product_home_shared_lockdir_downloaded: "{{ atl_product_home_shared_download }}_downloaded" +atl_product_home_shared_moving_lock: "{{ atl_product_home_shared_download }}_moving" +atl_product_home_shared_downloaded_lock: "{{ atl_product_home_shared_download }}_downloaded" atl_marketplace_base: "https://marketplace.atlassian.com" atl_servicedesk_latest_url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest"