Relocate SQL template file

This commit is contained in:
Slavi Pantaleev 2021-01-01 16:39:07 +02:00
parent e39b9ab3fd
commit fb83eccf99
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
# 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 }}
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"
mode: 0600
owner: "{{ matrix_user_uid }}"