mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITSD-94667 Debug Tue 14 Jun 2022 16:35:55 AEST
This commit is contained in:
@@ -46,6 +46,20 @@
|
|||||||
when:
|
when:
|
||||||
- atl_source_obr_from_marketplace
|
- atl_source_obr_from_marketplace
|
||||||
|
|
||||||
|
- name: Source jira-servicedesk obr from alternate url
|
||||||
|
block:
|
||||||
|
|
||||||
|
- name: Show the obr filename
|
||||||
|
debug:
|
||||||
|
msg="obr_name={{ atl_obr_download_url | basename }}"
|
||||||
|
|
||||||
|
- name: Set the obr filename
|
||||||
|
set_fact:
|
||||||
|
atl_obr_filename: "{{ atl_obr_download_url | basename }}"
|
||||||
|
|
||||||
|
when:
|
||||||
|
- atl_source_obr_from_url
|
||||||
|
|
||||||
- name: is shared_home set ?
|
- name: is shared_home set ?
|
||||||
debug:
|
debug:
|
||||||
msg="atl_product_home_shared_download_dir={{ atl_product_home_shared_download_dir }}"
|
msg="atl_product_home_shared_download_dir={{ atl_product_home_shared_download_dir }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user