change var atl_aws_region

This commit is contained in:
Andy Rajagopalan
2020-07-28 10:12:25 -07:00
parent bc573e31d9
commit 18ede3f854

View File

@@ -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: