mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
ITOPSENG-101 move downloads dir directly under shared mountpoint so that it is not backed up by backmac
This commit is contained in:
@@ -22,7 +22,7 @@ atl_product_download_filename: "{{ atl_download_edition | default(atl_product_ed
|
||||
atl_product_temp_download: "{{ atl_installer_temp }}/{{ atl_product_download_filename }}"
|
||||
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_dir: "{{ atl_shared_mountpoint }}/downloads"
|
||||
atl_product_home_shared_download: "{{ atl_product_home_shared_download_dir }}/{{ atl_product_download_filename }}"
|
||||
atl_product_home_shared_moving_lock: "{{ atl_product_home_shared_download }}_moving"
|
||||
atl_product_home_shared_completed_lock: "{{ atl_product_home_shared_download }}_completed"
|
||||
|
||||
Reference in New Issue
Block a user