mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
add debug to lookup secret variable
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
password: "{{ atl_jdbc_password }}"
|
password: "{{ atl_jdbc_password }}"
|
||||||
expires: 'infinity'
|
expires: 'infinity'
|
||||||
|
|
||||||
|
- debug: msg="{{ lookup('aws_secret','atl_db_root_password_secret') }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Collect dbcluster db_names
|
- name: Collect dbcluster db_names
|
||||||
postgresql_query:
|
postgresql_query:
|
||||||
login_host: "{{ atl_db_host }}"
|
login_host: "{{ atl_db_host }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user