change atl_aws_region var

This commit is contained in:
Andy Rajagopalan
2020-07-28 09:49:23 -07:00
parent ddf952820f
commit bc573e31d9

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: