diff --git a/roles/installer/templates/credentials.py.j2 b/roles/installer/templates/credentials.py.j2 index 986ebe65..f71e1085 100644 --- a/roles/installer/templates/credentials.py.j2 +++ b/roles/installer/templates/credentials.py.j2 @@ -4,7 +4,7 @@ DATABASES = { 'ENGINE': 'awx.main.db.profiled_pg', 'NAME': "{{ awx_postgres_database }}", 'USER': "{{ awx_postgres_user }}", - 'PASSWORD': "{{ awx_postgres_pass | quote }}", + 'PASSWORD': "{{ awx_postgres_pass }}", 'HOST': '{{ awx_postgres_host }}', 'PORT': "{{ awx_postgres_port }}", 'OPTIONS': { 'sslmode': '{{ pg_sslmode|default("prefer") }}',