|
|
@ -13,7 +13,7 @@
|
|
|
|
# This way, we avoid passing sensitive data around in CLI commands that other users on the system can see.
|
|
|
|
# This way, we avoid passing sensitive data around in CLI commands that other users on the system can see.
|
|
|
|
- name: Create additional database initialization SQL file for {{ additional_db.name }}
|
|
|
|
- name: Create additional database initialization SQL file for {{ additional_db.name }}
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
src: "{{ role_path }}/templates/init-additional-db-user-and-role.sql.j2"
|
|
|
|
src: "{{ role_path }}/templates/sql/init-additional-db-user-and-role.sql.j2"
|
|
|
|
dest: "/tmp/matrix-postgres-init-additional-db-user-and-role.sql"
|
|
|
|
dest: "/tmp/matrix-postgres-init-additional-db-user-and-role.sql"
|
|
|
|
mode: 0600
|
|
|
|
mode: 0600
|
|
|
|
owner: "{{ matrix_user_uid }}"
|
|
|
|
owner: "{{ matrix_user_uid }}"
|
|
|
|