diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index 1c9600a..dad5962 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -177,6 +177,9 @@ - name: download_binary is true so fetch and do all the things block: + - ansible.builtin.debug: + msg: "atl_download_secret_name is {{ atl_download_secret_name }}" + # optionally grab basic_auth creds from secrets_manager secret called 'download_atlassian' - name: set basic_auth facts if the secret exists ansible.builtin.set_fact: @@ -191,6 +194,9 @@ tags: - runtime_pkg + - ansible.builtin.debug: + msg: "download_atlassian_username is {{ download_atlassian_username }} AND download_atlassian_password is {{ download_atlassian_password }}" + # Fetch binary and copy to temp # optionally use basic_auth creds from secrets_manager - name: Fetch binary