add debug to lookup secret variable

This commit is contained in:
Andy Rajagopalan
2020-07-27 20:06:45 -07:00
parent 6b6ef02003
commit 10d3297a36

View File

@@ -10,6 +10,9 @@
password: "{{ atl_jdbc_password }}"
expires: 'infinity'
- debug: msg="{{ lookup('aws_secret','atl_db_root_password_secret') }}"
- name: Collect dbcluster db_names
postgresql_query:
login_host: "{{ atl_db_host }}"