mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
move debug above task
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
- debug: msg="{{ lookup('aws_secret','atl_db_root_password_secret') }}"
|
||||
|
||||
- name: Create application DB user
|
||||
postgresql_user:
|
||||
login_host: "{{ atl_db_host }}"
|
||||
@@ -10,9 +12,6 @@
|
||||
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 }}"
|
||||
|
||||
Reference in New Issue
Block a user