mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
change atl_aws_region var
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: debug message
|
||||
debug: msg="{{ lookup('aws_secret','atl_db_root_password_secret', region="{{ atl_aws_region }}") }}"
|
||||
debug: msg="{{ lookup('aws_secret','atl_db_root_password_secret', region=atl_aws_region) }}"
|
||||
|
||||
- name: Create application DB user
|
||||
postgresql_user:
|
||||
|
||||
Reference in New Issue
Block a user