fix permissions

This commit is contained in:
Aine
2022-04-03 00:49:57 +03:00
parent c1f34932c3
commit 5f0ece0c28
6 changed files with 18 additions and 0 deletions

View File

@ -76,6 +76,8 @@
template:
src: "{{ role_path }}/templates/{{ item }}.j2"
dest: "{{ matrix_postgres_base_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
with_items:
- "env-postgres-psql"