ITSD-94667 Debug Tue 14 Jun 2022 16:35:55 AEST

This commit is contained in:
Glenn Stewart
2022-06-14 16:35:55 +10:00
parent 0f5d1fb39b
commit 2fad9592c3

View File

@@ -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 }}"