mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 10:53:06 -06:00
Debug AWS cred.
This commit is contained in:
@@ -177,6 +177,9 @@
|
|||||||
- name: download_binary is true so fetch and do all the things
|
- name: download_binary is true so fetch and do all the things
|
||||||
block:
|
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'
|
# optionally grab basic_auth creds from secrets_manager secret called 'download_atlassian'
|
||||||
- name: set basic_auth facts if the secret exists
|
- name: set basic_auth facts if the secret exists
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
@@ -191,6 +194,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- runtime_pkg
|
- 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
|
# Fetch binary and copy to temp
|
||||||
# optionally use basic_auth creds from secrets_manager
|
# optionally use basic_auth creds from secrets_manager
|
||||||
- name: Fetch binary
|
- name: Fetch binary
|
||||||
|
|||||||
Reference in New Issue
Block a user