Consistent usage of matrix username and groupname, not uid and gid

This should be a no-op, no migration necessary.
This commit is contained in:
Chris van Dijk 2020-05-01 19:39:17 +02:00
parent 741064a178
commit cf0e56e92b
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
path: "{{ matrix_synapse_media_store_path }}"
state: directory
mode: 0750
owner: "{{ matrix_user_uid }}"
group: "{{ matrix_user_gid }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
when: "not local_path_matrix_synapse_media_store_path_stat.failed and not local_path_matrix_synapse_media_store_path_stat.stat.exists"
- name: Ensure goofys environment variables file created